diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2019-03-07 11:31:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 11:31:06 -0800 |
commit | c7f8d0874a758924802179a44757153bbf18bf7f (patch) | |
tree | 3191c8015cc23667c4089cd551ec521183b61ac8 /ext/manifest.json | |
parent | 27fb9643e471dbd1c0e6a19023a449bf7688bd71 (diff) | |
parent | 0b8ae6c53a4b5b358a0af0617ccada019630d683 (diff) |
Merge pull request #157 from toasted-nutbread/touch-input
Add support for touch input
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 7ee66f4f..ef8b84ec 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -27,6 +27,10 @@ }], "minimum_chrome_version": "57.0.0.0", "options_page": "bg/settings.html", + "options_ui": { + "page": "bg/settings.html", + "open_in_tab": true + }, "permissions": [ "<all_urls>", "storage", |