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",
"name": "eckoWALLET",
"description": "The best web extension wallet for the Kadena blockchain.",
"version": "2.27.0",
"manifest_version": 3,
"background": {
"service_worker": "app\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"app\/script\/inpage.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"app\/content.js"
],
"run_at": "document_start"
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"app\/bringContent.js"
],
"run_at": "document_start"
}
],
"action": {
"default_title": "Open the popup",
"default_popup": "index.html#popup",
"default_icon": {
"16": "favicon.png",
"32": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
}
},
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/api.chainweb.com\/",
"https:\/\/api.testnet.chainweb.com\/",
"https:\/\/api.coingecko.com\/",
"https:\/\/*.bringweb3.io\/",
"*:\/\/*\/*"
],
"icons": {
"16": "favicon.png",
"32": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"content_security_policy": {
"extension_pages": "default-src 'none'; style-src 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; img-src 'self' data: https: http: http:\/\/localhost:3001 https:\/\/api-dexscan.eckowallet.com; connect-src *; script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; frame-src https:\/\/buy.onramper.com https:\/\/spirekey.eckowallet.com; sandbox allow-scripts allow-same-origin allow-forms allow-popups allow-downloads"
}
}