Use "options_ui" in manifest

This commit is contained in:
toasted-nutbread 2018-12-10 17:23:53 -05:00
parent 33ec369eff
commit 7ac7f55436

View File

@ -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",