diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-18 13:00:29 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-18 13:00:29 -0700 |
commit | 57697ee2a09dd5ad0a567b7104e4a5ac9a4f1b23 (patch) | |
tree | 9b67ed5633c598eea26e1a2afb686f79bd682fdf /ext/manifest.json | |
parent | e782a4343251bb76c3b7d0bb4b788d7a6ac7756e (diff) |
polish and initial command support
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 30f33975..3357e661 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -31,6 +31,20 @@ "<all_urls>", "storage" ], + "commands": { + "toggle": { + "suggested_key": { + "default": "Alt+Delete" + }, + "description": "Toggle text scanning" + }, + "search": { + "suggested_key": { + "default": "Alt+Insert" + }, + "description": "Open search window" + } + }, "web_accessible_resources": ["fg/frame.html"], "applications": { "gecko": { |