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": "DIAM Wallet", "description": "Your crypto, your control- now for your Chrome Browser.", "version": "1.3.9", "icons": { "16": "diam16.png", "32": "diam32.png", "128": "diam32.png" }, "action": { "default_popup": "index.html", "default_title": "Diam Wallet", "default_icon": { "16": "diam16.png", "32": "diam32.png" } }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.js-ByNlgen0-BCC4_gQU.js" ], "matches": [ "<all_urls>" ], "type": "module" } ], "permissions": [ "storage", "clipboardRead", "system.display" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "src\/client_script\/client_script.js" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "assets\/content.js-ByNlgen0.js" ], "use_dynamic_url": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }