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": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2.0.9.0",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"background": {
"service_worker": "js\/db_service_worker.js"
},
"permissions": [
"background",
"activeTab",
"clipboardRead",
"clipboardWrite"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/wallet-logo-16.png",
"32": "icons\/wallet-logo-32.png",
"48": "icons\/wallet-logo-48.png",
"128": "icons\/wallet-logo-128.png"
}
},
"icons": {
"16": "icons\/wallet-logo-16.png",
"32": "icons\/wallet-logo-32.png",
"48": "icons\/wallet-logo-48.png",
"128": "icons\/wallet-logo-128.png"
}
}