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": "Offline QR Code Generator", "version": "2.0.2", "description": "Generate QR codes for the current tab URL and Edit later", "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" } }