Unicorn Wallet

Wallet for Algorand and other crypto currencies

What is Unicorn Wallet?

Unicorn Wallet is a Chrome extension developed by Team Nova Mainnet, and its main feature is "Wallet for Algorand and other crypto currencies".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Unicorn Wallet Extension CRX File

Download Unicorn Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Wallet for Novarand and other crypto currencies                    

Extension Basic Information

Name Unicorn Wallet Unicorn Wallet
ID knpiaihaegaehhijanilbehepceokehf
Official URL https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf
Description Wallet for Algorand and other crypto currencies
File Size 6.56 MB
Installation Count 27
Current Version 0.0.0.3
Last Updated 2022-12-09
Publish Date 2022-09-21
Developer Team Nova Mainnet
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bubbly-api.shop/share/unicornWallet_privacyPolicy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unicorn Wallet",
    "version": "0.0.0.3",
    "homepage_url": "http:\/\/localhost:8100",
    "description": "Wallet for Algorand and other crypto currencies",
    "icons": {
        "16": "assets\/icon\/unicorn(3).png",
        "32": "assets\/icon\/unicorn(3).png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon\/unicorn(3).png",
            "32": "assets\/icon\/unicorn(3).png"
        },
        "default_title": "UnicornWallet",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/piggle-dao.shop\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "chrome-extension:\/\/*\/*",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "file:\/\/*\/*",
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'"
    }
}