Skip to content

Commit 0de1c22

Browse files
committed
Revert "Fix keyboard shortcut Chrome bug better"
This reverts commit 81e6f22.
1 parent 81e6f22 commit 0de1c22

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/manifest.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,22 @@
22
"name": "__MSG_extName__",
33
"description": "__MSG_extDesc__",
44
"version": "0.0.0",
5-
"manifest_version": 2,
5+
"manifest_version": 3,
66
"homepage_url": "https://github.com/hankxdev/one-click-extensions-manager",
77
"default_locale": "en",
88
"permissions": ["management"],
99
"icons": {
1010
"16": "logo.png",
1111
"128": "logo.png"
1212
},
13-
"browser_action": {
13+
"action": {
1414
"default_icon": "logo.png",
1515
"default_popup": "index.html?type=popup"
1616
},
1717
"options_ui": {
1818
"page": "index.html"
19+
},
20+
"commands": {
21+
"_execute_action": {}
1922
}
2023
}

0 commit comments

Comments
 (0)