Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.1.4",
"icons": {
"16": "\/icon-16x16.png",
"32": "\/icon-32x32.png",
"48": "\/icon-48x48.png",
"96": "\/icon-96x96.png",
"128": "\/icon-128x128.png",
"256": "\/icon-256x256.png",
"300": "icon-300x300.png"
},
"default_locale": "en",
"action": {
"default_title": "Easy QR",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"clipboardWrite",
"contextMenus"
],
"host_permissions": [
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/icon-16x16.png",
"\/icon-32x32.png",
"\/icon-48x48.png",
"\/icon-96x96.png",
"\/icon-128x128.png",
"\/icon-256x256.png",
"\/modal.html"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/content.js"
]
}
]
}