diff options
author | Alex Yatskov <alex@foosoft.net> | 2019-04-28 11:47:04 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2019-04-28 11:47:04 -0700 |
commit | 9b00daed07db8d70485f2fee22bb1a9b118aa186 (patch) | |
tree | c8c7e9f90d45be017e881abacdd2c328674bb506 /ext/manifest.json | |
parent | 162f3c3836f83660cbb7f01cc724367216eab3e2 (diff) | |
parent | c7f8d0874a758924802179a44757153bbf18bf7f (diff) |
Merge branch 'master' of https://github.com/FooSoft/yomichan
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", |