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": "OpenWallet", "description": "Non-custodial multi-chain extension wallet powered by OpenWallet, the interchain validator.", "version": "0.0.3", "action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "256": "icon256.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vendor.js", "js\/contentScript.js" ], "run_at": "document_start", "all_frames": false } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "unlimitedStorage", "tabs" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "js\/injectScript.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals" } }