diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-01-30 01:34:33 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-01-30 01:34:33 +0300 |
commit | aeef1b7778c52697ec26502c253c020d5b2803bd (patch) | |
tree | 5d54205e5b47ccde0e2ce3e712d0cd6079e8b2f1 /src/manifest.json | |
parent | Merge branch 'master' of https://github.com/libredirect/LibRedirect (diff) | |
download | libredirect-aeef1b7778c52697ec26502c253c020d5b2803bd.zip |
Updating options.html design
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index 419edeb8..68f85935 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -88,7 +88,7 @@ ], "options_ui": { "page": "pages/options/options.html", - "open_in_tab": false + "open_in_tab": true }, "web_accessible_resources": [ "assets/javascripts/helpers/*" |