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", "background": { "service_worker": "service_worker.js", "type": "module" }, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "118.0", "host_permissions": [ "<all_urls>" ], "permissions": [ "declarativeNetRequest", "scripting", "storage", "unlimitedStorage", "alarms" ], "version": "1.1.1.2", "action": { "default_title": "Ad Squasher" }, "icons": { "128": "\/icon.png" }, "declarative_net_request": { "rule_resources": [ { "id": "default", "enabled": true, "path": "\/rulesets\/main\/default.json" } ] }, "web_accessible_resources": [ { "resources": [ "\/icon.png", "\/icon_disabled.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "use_dynamic_url": false } ] }