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_app_name__", "version": "1.0.6", "default_locale": "en", "description": "__MSG_app_description__", "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "<all_urls>" ], "js": [ "content.js" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+N", "mac": "Command+N" } } } }