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": "Simple QR Code Generator",
"description": "A very no nonsense QR code generator for Chrome",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "img\/favicon-16x16.png",
"32": "img\/favicon-32x32.png",
"48": "img\/favicon-32x32.png",
"128": "img\/favicon-32x32.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/favicon-32x32.png"
},
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/favicon-16x16.png",
"img\/favicon-32x32.png"
],
"use_dynamic_url": false
}
],
"permissions": [
"contextMenus",
"downloads"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
}