aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2018-12-10 17:23:53 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2018-12-10 17:23:53 -0500
commit7ac7f55436b42ccc55feee70d16f59fdde907324 (patch)
tree773bcf6d76cf5ba23d4ab483a0bd3968e8f921df /ext/manifest.json
parent33ec369eff87ace3e8b49c6461fa1b9a5d2a1202 (diff)
Use "options_ui" in manifest
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json4
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",