Skip to content

Commit d476360

Browse files
committed
6.0.0
1 parent 1397310 commit d476360

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

manifest-chrome.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "__MSG_extShortName__",
5-
"version": "5.3.1",
5+
"version": "6.0.0",
66
"default_locale": "en",
77
"description": "__MSG_extDesc__",
88
"icons": {
@@ -19,7 +19,10 @@
1919
"default_popup": "view/popup.html"
2020
},
2121
"commands": {
22-
"_execute_browser_action": {}
22+
"_execute_browser_action": {},
23+
"scan-qr": {
24+
"description": "Scan a QR code"
25+
}
2326
},
2427
"storage": {
2528
"managed_schema": "schema.json"

manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "__MSG_extShortName__",
5-
"version": "5.3.1",
5+
"version": "6.0.0",
66
"default_locale": "en",
77
"description": "__MSG_extDesc__",
88
"applications": {

0 commit comments

Comments
 (0)