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_name__", "action": { "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "description": "__MSG_description__", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage", "declarativeNetRequest" ], "background": { "service_worker": "static\/js\/bg.js" }, "version": "1.1", "host_permissions": [ "*:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "manifest_version": 3 }