diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-16 11:33:34 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 11:33:34 -0500 | 
| commit | f7c3b0010c9c65b418b46bc87bc5e1f321cd94e0 (patch) | |
| tree | efb7aaed4fae1dc1f532ce255be5cef8103ece6d /dev | |
| parent | 8766744aa4a94193dd03bba39086e4522914e8ef (diff) | |
Update extension shortcuts (#1246)
* Update commands
* Add command to open the popup window
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": [ |