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",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"short_name": "QRCode",
"version": "1.2",
"manifest_version": 3,
"minimum_chrome_version": "127",
"default_locale": "en",
"action": {
"default_title": "__MSG_extShortName__"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"permissions": [
"activeTab",
"contextMenus"
]
}