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, "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "version": "1.6.1", "action": { "default_icon": "icons\/inactive.png" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "icons": { "19": "icons\/icon19.png", "38": "icons\/icon38.png", "128": "icons\/icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "chromeos": "Alt+P", "linux": "Alt+P", "mac": "Alt+P", "windows": "Alt+P" } } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "scripting" ] }