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": "service-worker\/background.js", "type": "module" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "unlimitedStorage", "declarativeNetRequest", "scripting", "alarms" ], "version": "2.0.0.1", "action": { "default_title": "__MSG_default_title__" }, "icons": { "128": "\/icons\/protection_enabled.png" }, "declarative_net_request": { "rule_resources": [ { "id": "default", "enabled": true, "path": "declarative_net_request\/01.json" } ] }, "web_accessible_resources": [ { "resources": [ "icons\/*", "static\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "use_dynamic_url": false } ] }