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", "name": "__MSG_name__", "version": "0.1.6.6", "description": "__MSG_description__", "permissions": [ "declarativeContent", "storage" ], "host_permissions": [ "<all_urls>" ], "default_locale": "en", "background": { "service_worker": "js\/bg.js" }, "action": { "default_popup": "app.html", "default_icon": { "16": "icons\/img16.png", "32": "icons\/img32.png", "48": "icons\/img48.png", "128": "icons\/img128.png" } }, "icons": { "16": "icons\/img16.png", "32": "icons\/img32.png", "48": "icons\/img48.png", "128": "icons\/img128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" } } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/app.js" ] } ], "manifest_version": 3 }