Skip to content

Commit

Permalink
Fix keyboard shortcut Chrome bug better
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Aug 6, 2021
1 parent 7b3ed2c commit 81e6f22
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "0.0.0",
"manifest_version": 3,
"manifest_version": 2,
"homepage_url": "https://github.com/hankxdev/one-click-extensions-manager",
"default_locale": "en",
"permissions": ["management"],
"icons": {
"16": "logo.png",
"128": "logo.png"
},
"action": {
"browser_action": {
"default_icon": "logo.png",
"default_popup": "index.html?type=popup"
},
"options_ui": {
"page": "index.html"
},
"commands": {
"_execute_action": {}
}
}

0 comments on commit 81e6f22

Please sign in to comment.