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": "QRQuick: Privacy-First QR Code Generator",
"description": "Generate QR codes from the current tab without tracking. Solana tips welcome!",
"version": "1.1",
"permissions": [
"activeTab",
"clipboardWrite"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "qr-code.png",
"48": "qr-code.png",
"128": "qr-code.png"
}
},
"host_permissions": [
"<all_urls>"
]
}