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": "The QR Code Extension", "description": "__MSG_application_description__", "version": "2.0.0", "default_locale": "en", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "index.html", "default_title": "The QR Code Extension" }, "icons": { "16": "icon16.png", "32": "icon32.png", "34": "icon34.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: blob: *;" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" } }