Skip to content

Commit

Permalink
2023.03.25
Browse files Browse the repository at this point in the history
  • Loading branch information
lmm214 committed Mar 26, 2023
1 parent c14540d commit 89c47e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
],
"host_permissions": ["http://*/*", "https://*/*"],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens popup.html"
"open-extension": {
"description": "Open my extension",
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
}
}
}
}
}

0 comments on commit 89c47e2

Please sign in to comment.