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": "QR Code Scanner and Generator", "short_name": "QR Code Scanner", "offline_enabled": true, "version": "1.0.2", "manifest_version": 3, "author": "Rahul Baruri <[email protected]>", "icons": { "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png", "256": "images\/icons\/256.png" }, "background": { "service_worker": "\/js\/background.js" }, "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/js\/content_script.js" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_icon": "images\/icons\/32.png" }, "web_accessible_resources": [ { "resources": [ "\/js\/worker.js", "\/js\/content_script.js", "\/js\/background.js", "\/vendors\/qr-scanner\/worker.js", "\/css\/style.css", "\/images\/icons\/cancel.png", "\/images\/icons\/copy.png", "\/images\/icons\/image.png", "\/images\/icons\/camera.png", "\/images\/icons\/donate.png", "\/images\/icons\/qr-code.png", "\/images\/upload-qr.jpeg", "\/images\/icons\/icon-256x256.png" ], "matches": [ "<all_urls>" ] } ] }