diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/data/manifest-variants.json | 17 | 
1 files changed, 13 insertions, 4 deletions
| diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 8286a4b8..d94ed9ab 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -86,17 +86,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": [ |