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_app_name__",
"description": "__MSG_app_description__",
"version": "1.1.5",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"96": "icons\/96.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"300": "icons\/300.png",
"512": "icons\/512.png"
},
"default_locale": "en",
"permissions": [
"activeTab",
"storage",
"contextMenus",
"scripting"
],
"options_ui": {
"page": "options.html"
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"default_title": "Easy QR",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/*"
],
"js": [
"content-scripts\/content.js"
]
}
]
}