Inspect and view changes in FF QR Generator Pro 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": "QR code generator",
"short_name": "QR code",
"author": "t1m013y",
"description": "Добавляет в адресную строку браузера кнопку создания QR-кода для открытой вкладки. ",
"version": "0.1.2",
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"permissions": [
"tabs"
],
"page_action": {
"show_matches": [
"<all_urls>"
],
"default_icon": "icons/icon.svg",
"default_title": "Сгенерировать QR-код",
"default_popup": "popup/index.html",
"browser_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "{00e9a306-4cbe-4ec4-9471-31f2a8a2791a}"
}
}
}