Inspect and view changes in The QRcode Generator source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "The QRcode Generator",
"version": "1.0",
"manifest_version": 2,
"description": "Generate Qrcode of your current tab and Selection",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"contextMenus",
"activeTab"
]
}