Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "img\/logo.png", "default_popup": "app.html" }, "background": { "service_worker": "data\/serviceWorker.js" }, "content_scripts": [ { "all_frames": true, "js": [ "data\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "ruleset_1", "path": "rulesConfig.json" } ] }, "description": "__MSG_desc__", "default_locale": "en", "icons": { "128": "img\/logo.png" }, "manifest_version": 3, "name": "__MSG_name__", "short_name": "__MSG_name__", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "tabs", "declarativeNetRequest", "storage" ], "version": "1.2.0" }