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.0.10", "manifest_version": 3, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "host_permissions": [ "*:\/\/*.disneyplus.com\/*", "https:\/\/www.metacritic.com\/*", "https:\/\/www.rottentomatoes.com\/*", "https:\/\/www.imdb.com\/*", "https:\/\/api.themoviedb.org\/*", "https:\/\/www.filmaffinity.com\/*", "https:\/\/api.trakt.tv\/*", "https:\/\/trakt.tv\/*" ], "action": { "default_icon": "DisneyFilmScores128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "options.js", "engine.js" ], "css": [ "injectedCss.css" ], "matches": [ "*:\/\/*.disneyplus.com\/*" ] } ], "background": { "service_worker": "background.js" }, "icons": { "128": "DisneyFilmScores128.png" }, "web_accessible_resources": [ { "resources": [ "DubleRotate.png" ], "matches": [ "*:\/\/*.disneyplus.com\/*" ] } ] }