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": "1.1.22", "manifest_version": 3, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "host_permissions": [ "*:\/\/*.disneyplus.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "Disney36Profile.png" }, "content_scripts": [ { "js": [ "options.js", "engine.js", "disney_content.min.js" ], "css": [ "injectedCss.css" ], "matches": [ "*:\/\/*.disneyplus.com\/*" ] } ], "icons": { "36": "Disney36Profile.png", "128": "Disney128Profile.png" }, "background": { "service_worker": "background.js" } }