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": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png" }, "action": { "default_icon": { "48": "images\/icon-48.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vendor.js", "js\/content-scripts\/inject-scripts.js", "js\/content-scripts\/window-ethereum-messages.js", "js\/content-scripts\/bypass-check.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "js\/injected\/proxy-injected-providers.js", "js\/vendor.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "version": "0.6.2" }