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_appName__", "version": "1.0.3", "description": "__MSG_shortDesc__", "default_locale": "en", "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "storage", "offscreen", "contextMenus" ], "background": { "service_worker": "service-worker.js", "type": "module" }, "content_scripts": [ { "js": [ "floating-panel\/floating-panel.js", "hover-play\/hover-play.js" ], "css": [ "hover-play\/hover-play-style.css" ], "matches": [ "<all_urls>" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*", "floating-panel\/floating-panel.html", "floating-panel\/floating-panel-styles.css", "libs\/Readability.js", "libs\/Readability-readable.js", "floating-panel\/voices.json" ], "matches": [ "<all_urls>" ] } ] }