Hana Wallet

Making crypto simple, secure and accessible.

What is Hana Wallet?

Hana Wallet is a Chrome extension developed by development, and its main feature is "Making crypto simple, secure and accessible.".

Extension Screenshots

screenshot

Download Hana Wallet Extension CRX File

Download Hana 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

                        Hana wallet is ICON’s first multi-chain wallet with DApp support, asset management and governance available on multiple chains. Hana is proudly built and maintained by the ReliantNode P-Rep team.                    

Extension Basic Information

Name Hana Wallet Hana Wallet
ID jfdlamikmbghhapbgfoogdffldioobgl
Official URL https://chromewebstore.google.com/detail/hana-wallet/jfdlamikmbghhapbgfoogdffldioobgl
Description Making crypto simple, secure and accessible.
File Size 33.53 MB
Installation Count 9,230
Current Version 2.16.0
Last Updated 2024-01-29
Publish Date 2021-07-04
Rating 4.41/5 Total 54 Ratings
Developer development
Email [email protected]
Payment Type free
Extension Website https://hanawallet.io/
Help Page URL https://discord.gg/b5QvCXJjJM
Privacy Policy Page URL https://hanawallet.io/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hana Wallet",
    "version": "2.16.0.0",
    "version_name": "2.16.0",
    "description": "Making crypto simple, secure and accessible.",
    "homepage_url": "https:\/\/hanawallet.io\/",
    "author": "Hana Tech Pty Ltd",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "downloads",
        "storage",
        "unlimitedStorage",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Hana",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16-dark.png",
            "32": "icons\/32-dark.png",
            "64": "icons\/64-dark.png"
        },
        "theme_icons": [
            {
                "dark": "icons\/16-dark.png",
                "light": "icons\/16-light.png",
                "size": 16
            },
            {
                "dark": "icons\/32-dark.png",
                "light": "icons\/32-light.png",
                "size": 32
            },
            {
                "dark": "icons\/64-dark.png",
                "light": "icons\/64-light.png",
                "size": 64
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "contentInpagePolkadot.js",
        "contentInpagePolkadotOverride.js",
        "contentInpageEthereum.js",
        "contentInpageEthereumOverride.js",
        "contentInpageCosmos.js",
        "contentInpageCosmosOverride.js"
    ]
}