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", "description": "Secure Ethereum Dapp Wallet for Your Browser", "version": "0.13.01", "name": "Dekey", "background": { "service_worker": "app-init.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage", "activeTab" ], "web_accessible_resources": [ { "resources": [ "inpage.js", "content.styles.css", "icon-128.png", "icon-34.png", "worker.bundle.js", "wasm.exec.bundle.js", "phishing.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ] } ], "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } }