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, "default_locale": "en", "action": { "default_icon": { "16": "images\/red\/16.png", "32": "images\/red\/32.png", "64": "images\/red\/64.png", "128": "images\/red\/128.png" } }, "background": { "service_worker": "javaScripts\/service-worker.js", "type": "module" }, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extShortDesc__", "short_name": "__MSG_extName__", "declarative_net_request": { "rule_resources": [ { "id": "global", "enabled": true, "path": "\/supporters\/mainSupporters\/global.json" } ] }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ], "icons": { "16": "images\/red\/16.png", "32": "images\/red\/32.png", "64": "images\/red\/64.png", "128": "images\/red\/128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "javaScripts\/jquery.js", "javaScripts\/content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "javaScripts\/assistantForRules.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "declarativeNetRequest", "scripting", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "optional_host_permissions": [ "<all_urls>" ] }