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_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.0.4", "action": { "default_icon": "icons\/128x128.png" }, "permissions": [ "contextMenus", "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_end", "all_frames": true, "js": [ "src\/js\/contentScript.js" ] } ], "background": { "service_worker": "src\/js\/serviceWorker.js", "type": "module" }, "options_ui": { "open_in_tab": false, "page": "src\/layouts\/options.html" }, "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "<all_urls>" ], "commands": { "makeQRCode": { "description": "Make a QR code", "suggested_key": { "default": "Ctrl+Shift+Z", "mac": "Command+Shift+Z" } } }, "minimum_chrome_version": "88" }