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": "3.1.01.624",
"author": "[email protected]",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxxziw+lmSAcCYVUII\/J3hKNFZ8SDH6hJ\/TAAL3XaRKm+kLYCTEExb0IA+G3YOj7tyyBwxJZ1twfmYMQLuaN9WTl+JMNPVACPk5MFG4dJiFzyGyiD3e9+5YA7zyhADINZsKKkdtdgAmeR3APuePsxWUDxxtN3iOCy2deb6FqemNPlLTuNGGc+n435s96buluRQ7p1qgkU1UZ2f46O5t8WB4uKtXqt+bjC1Uus5RkGNI6iXp1k0gZwuH6Akgn7jpr8sJJmOlx2hssJtJKhD0fneoUuHHZ8cHGHrFOJDzrtaBe7fL64xAwBijMR9bDgB2RR3PZ92gjER\/ZeguXsZEa4RwIDAQAB",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"permissions": [
"clipboardRead",
"clipboardWrite",
"storage",
"notifications"
],
"background": {
"service_worker": "dist\/background.js"
},
"action": {
"default_popup": "index.html",
"default_icon": "icons\/192.png"
},
"web_accessible_resources": [
{
"resources": [
"dist\/injected.js",
"dist\/wallet_standard.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"dist\/content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"192": "icons\/192.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
}
}