Inspect and view changes in QrGen 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
{
"manifest_version": 2,
"name": "QrGen",
"version": "1.12.5resigned1",
"author": "mohamed sakhir",
"description": "Simple addon to make Qr Code from tab url , selected text and any link on a any webpage. ",
"icons": {
"64": "icon/qr-code-64.png"
},
"background": {
"scripts": [
"js/background.js"
]
},
"page_action": {
"browser_style": true,
"default_icon": {
"64": "icon/qr-code-64.png"
},
"default_title": "Make QR Code",
"default_popup": "qr.html"
},
"permissions": [
"tabs",
"activeTab",
"downloads",
"contextMenus"
],
"browser_specific_settings": {
"gecko": {
"id": "{d1e4873c-a68e-4137-9648-f9f058e71521}"
}
}
}