diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-31 11:58:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 11:58:57 -0500 |
commit | b0b201fc6afb6d46b0171a0b39932b7591818920 (patch) | |
tree | d5f6aac9b174cf661ee603b7aa6d1d77c4e4dfa2 /ext/manifest.json | |
parent | 08a87bd0075cec19d037573261cca012dacaefb9 (diff) |
Update default settings page to the v2 page (#1339)
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 8a8822df..63d01563 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -64,7 +64,7 @@ ], "minimum_chrome_version": "57.0.0.0", "options_ui": { - "page": "bg/settings.html", + "page": "bg/settings2.html", "open_in_tab": true }, "sandbox": { |