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 Scanner",
"version": "1.1",
"description": "Scan QR codes using your device camera",
"permissions": [
"activeTab",
"tabs"
],
"optional_permissions": [],
"optional_host_permissions": [],
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/qr-icon-32.png",
"32": "\/images\/qr-icon-32.png",
"48": "\/images\/qr-icon-48.png",
"128": "\/images\/qr-icon-128.png"
}
},
"icons": {
"16": "\/images\/qr-icon-32.png",
"32": "\/images\/qr-icon-32.png",
"48": "\/images\/qr-icon-48.png",
"128": "\/images\/qr-icon-128.png"
},
"background": {
"service_worker": "background.js"
}
}