aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-01-31 11:58:57 -0500
committerGitHub <noreply@github.com>2021-01-31 11:58:57 -0500
commitb0b201fc6afb6d46b0171a0b39932b7591818920 (patch)
treed5f6aac9b174cf661ee603b7aa6d1d77c4e4dfa2
parent08a87bd0075cec19d037573261cca012dacaefb9 (diff)
Update default settings page to the v2 page (#1339)
-rw-r--r--dev/data/manifest-variants.json2
-rw-r--r--ext/manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json
index e8ab266d..e123e27d 100644
--- a/dev/data/manifest-variants.json
+++ b/dev/data/manifest-variants.json
@@ -65,7 +65,7 @@
],
"minimum_chrome_version": "57.0.0.0",
"options_ui": {
- "page": "bg/settings.html",
+ "page": "bg/settings2.html",
"open_in_tab": true
},
"sandbox": {
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": {