Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_appName__", "version": "1.3.0", "description": "__MSG_shortDesc__", "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.iife.js", "type": "module" }, "action": { "default_popup": "popup\/index.html", "default_icon": "128x128.png" }, "options_page": "options\/index.html", "icons": { "16": "16x16.png", "48": "48x48.png", "64": "64x64.png", "128": "128x128.png" }, "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "16x16.png", "48x48.png", "64x64.png", "128x128.png" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "options\/index.html" ], "matches": [ "*:\/\/*\/*" ] } ] }