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 ToolKit - by Autonix",
"version": "1.0.2",
"description": "Complete QR code toolkit - Generate static QR codes instantly - 100% offline, no tracking, no accounts needed",
"permissions": [
"storage",
"activeTab"
],
"action": {
"default_popup": "popup.html",
"default_title": "QR Code ToolKit - by Autonix",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "options.html",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"author": "Autonix",
"homepage_url": "https:\/\/autonix.io\/extension"
}