summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-01-16 11:33:34 -0500
committerGitHub <noreply@github.com>2021-01-16 11:33:34 -0500
commitf7c3b0010c9c65b418b46bc87bc5e1f321cd94e0 (patch)
treeefb7aaed4fae1dc1f532ce255be5cef8103ece6d /ext/manifest.json
parent8766744aa4a94193dd03bba39086e4522914e8ef (diff)
Update extension shortcuts (#1246)
* Update commands * Add command to open the popup window
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json17
1 files changed, 13 insertions, 4 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index a234d75c..97f77dde 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -85,17 +85,26 @@
"clipboardRead"
],
"commands": {
- "toggle": {
+ "toggleTextScanning": {
"suggested_key": {
"default": "Alt+Delete"
},
- "description": "Toggle text scanning"
+ "description": "Toggle text scanning on/off"
},
- "search": {
+ "openHelpPage": {
+ "description": "Open the help page"
+ },
+ "openSettingsPage": {
+ "description": "Open the settings page"
+ },
+ "openSearchPage": {
"suggested_key": {
"default": "Alt+Insert"
},
- "description": "Open search window"
+ "description": "Open the search page"
+ },
+ "openPopupWindow": {
+ "description": "Open the popup window"
}
},
"web_accessible_resources": [