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", "background": { "service_worker": "scripts\/bg.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "300": "images\/icon300.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "300": "images\/icon300.png" }, "incognito": "split", "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "storage", "scripting" ], "host_permissions": [ "<all_urls>" ], "short_name": "__MSG_appName__", "version": "1.4.16", "web_accessible_resources": [ { "resources": [ "\/badge_icons\/*" ], "matches": [ "<all_urls>" ] } ] }