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", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "short_name": "\ud83d\udcfa", "version": "1.0.3", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "*.css", "*.js", "*.jpg", "*.JPG", "*.PNG", "*.png", "player.html", "*:\/\/*\/*" ], "matches": [ "<all_urls>", "*:\/\/*\/*" ] } ], "background": { "service_worker": "worker.js" }, "permissions": [ "tabs", "activeTab", "storage", "background", "scripting" ], "host_permissions": [ "<all_urls>" ] }