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 Extension", "version": "1.2.1", "description": "Quick QR Code generator with options like edit, colors, width.", "permissions": [ "activeTab", "storage" ], "icons": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "96": "img\/icon.png", "128": "img\/icon.png", "256": "img\/icon.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "96": "img\/icon.png", "128": "img\/icon.png", "256": "img\/icon.png" } }, "options_page": "options.html", "background": { "service_worker": "js\/background.js" } }