We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1397310 commit d476360Copy full SHA for d476360
2 files changed
manifest-chrome.json
@@ -2,7 +2,7 @@
2
"manifest_version": 2,
3
"name": "__MSG_extName__",
4
"short_name": "__MSG_extShortName__",
5
- "version": "5.3.1",
+ "version": "6.0.0",
6
"default_locale": "en",
7
"description": "__MSG_extDesc__",
8
"icons": {
@@ -19,7 +19,10 @@
19
"default_popup": "view/popup.html"
20
},
21
"commands": {
22
- "_execute_browser_action": {}
+ "_execute_browser_action": {},
23
+ "scan-qr": {
24
+ "description": "Scan a QR code"
25
+ }
26
27
"storage": {
28
"managed_schema": "schema.json"
manifest-firefox.json
"applications": {
0 commit comments