Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Cn9Mfc5hE2Jqthu45auWnedGg13Az73GX0xCcXswB79bJcR3NO9gdtCem5JUTMXs8LEEAADEh008Va6IjAPQAj7tHWt8R8SNdVjJqHEA7ti3RYPf6fXN2OojYsEf7KABj40Vbyl4bjBKFDVRGau04KD5+8\/GaIIFUaF2rU4Q2N6o+tCGx1o846PI5wHkACyzBHkJcy+j6c2HDLL8AwBODk4\/fPIS2BzRJ5LAguWBdhLZaNkLCtOSja6\/x2mP2FHTyth4HJsqA4pe\/2sib2TPBdex0b\/R+s\/pxBEiey261sBIfSmGOInB1ws8ginmYJ3L05kPBgpEewNXDmAUL+d1wIDAQAB",
"manifest_version": 3,
"name": "Hana Wallet",
"version": "4.12.10.0",
"version_name": "4.12.10",
"description": "Your simplest path to crypto.",
"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",
"identity",
"cookies",
"https:\/\/hanawallet.io"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"background": {
"service_worker": "background.js"
},
"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": [
{
"resources": [
"contentInpageGlobal.js",
"contentInpagePolkadot.js",
"contentInpagePolkadotOverride.js",
"contentInpageEthereum.js",
"contentInpageEthereumOverride.js",
"contentInpageCosmos.js",
"contentInpageCosmosOverride.js",
"contentInpageFreighter.js",
"contentInpageFreighterOverride.js",
"contentInpageStellar.js",
"contentInpageSui.js",
"contentInpageSolana.js",
"contentInpageStellar.js",
"contentInpageHavah.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"oauth2": {
"client_id": "126616343848-hkenpial9rr373pgih137almspfl5so4.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
}
}