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",
"version": "1.1.1",
"description": "Generate a QR code from text input.",
"action": {
"default_icon": {
"16": "icons\/qr-code-16.png",
"24": "icons\/qr-code-24.png",
"128": "icons\/qr-code-128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
]
}