diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 17 |
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": [ |