diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-25 17:18:55 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-25 17:18:55 -0700 |
commit | f5a8383d2a670f32d5431150fe6571a3ada3bf18 (patch) | |
tree | 3c18eda3128e7fbdd0c0aba7e81dd829f7640f31 /ext/manifest.json | |
parent | 218db0771fae0754a50cadc1891a042112b58699 (diff) |
wip
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 215397d0..e759c4dc 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -43,6 +43,12 @@ "default": "Alt+Insert" }, "description": "Open search window" + }, + "options": { + "suggested_key": { + "default": "Alt+End" + }, + "description": "Open options page" } }, "web_accessible_resources": ["fg/frame.html"], |