Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "QR Code Generator & Reader",
"version": "2.0.1",
"description": "Professional QR code generator and reader with advanced customization, batch processing, and modern UI.",
"permissions": [
"activeTab",
"contextMenus"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"16": "icons\/icon128.png",
"64": "icons\/icon128.png"
},
"default_title": "Open QR Code Generator"
},
"icons": {
"16": "icons\/icon128.png",
"64": "icons\/icon128.png",
"128": "icons\/icon128.png"
},
"commands": {
"open_qr_generator": {
"suggested_key": {
"default": "Ctrl+Shift+Q",
"mac": "Command+Shift+Q"
},
"description": "Open QR generator in new tab"
}
}
}