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__", "version": "0.0.2", "default_locale": "en", "manifest_version": 3, "content_scripts": [ { "js": [ "options.js", "content.js" ], "matches": [ "*:\/\/*.disneyplus.com\/*" ] } ], "host_permissions": [ "*:\/\/*.disneyplus.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "defaultIcon48.png" }, "permissions": [ "storage", "cookies" ], "background": { "service_worker": "background.js" }, "icons": { "48": "defaultIcon48.png", "128": "defaultIcon128.png" } }