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", "name": "__MSG_title__", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "118.0", "background": { "service_worker": "background.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "unlimitedStorage", "declarativeNetRequest", "scripting", "alarms", "activeTab", "tabs", "webRequest" ], "version": "1.1.1.1", "action": { "default_title": "__MSG_default_title__" }, "icons": { "128": "protection_enabled.png" }, "web_accessible_resources": [ { "resources": [ "\/protection_enabled.png", "\/protection_disabled.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "use_dynamic_url": false }, { "resources": [ "filters\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "use_dynamic_url": false } ], "declarative_net_request": { "rule_resources": [ { "id": "default", "enabled": true, "path": "default.json" } ] } }