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_appName__", "version": "1.0.1", "description": "__MSG_shortDesc__", "default_locale": "en", "icons": { "16": "icons\/logo-32.png", "48": "icons\/logo-96.png", "128": "icons\/logo-256.png" }, "background": { "service_worker": "background\/index.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "inject\/proxy.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true, "world": "MAIN" }, { "matches": [ "<all_urls>" ], "js": [ "inject\/fallback.js", "inject\/index.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true, "world": "ISOLATED" } ], "permissions": [ "scripting", "storage" ], "minimum_chrome_version": "106.0.0.0", "action": { "default_icon": { "19": "icons\/logo-38.png", "38": "icons\/logo-76.png" }, "default_popup": "ui\/popup\/index.html" }, "options_ui": { "page": "ui\/popup\/index.html" }, "host_permissions": [ "<all_urls>" ] }