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__", "description": "__MSG_description__", "default_locale": "en", "version": "0.0.2", "manifest_version": 3, "permissions": [ "declarativeNetRequest", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.peacocktv.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_name__", "default_icon": { "128": "image\/128.png" } }, "icons": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "128": "image\/128.png" }, "content_scripts": [ { "js": [ "options.js" ], "matches": [ "*:\/\/*.peacocktv.com\/*" ], "match_origin_as_fallback": true, "all_frames": true }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset1", "enabled": true, "path": "rules.json" } ] } }