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",
"manifest_version": 3,
"name": "Crucible Wallet",
"version": "2.0.33",
"description": "Crucible Wallet is your all-in-one Wallet for TAO\u2014designed to make staking smarter",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/www.google-analytics.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/*",
"favicon.ico",
"icon16.png",
"icon32.png",
"icon48.png",
"icon128.png"
],
"use_dynamic_url": false
}
]
}