From d8fa0ce08f6fa83c64abd0bdb2be8eac74c65d6a Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 28 Nov 2018 23:47:46 +0100 Subject: [PATCH] Re-added settings page. Settings page is broken atm tho. --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index 98a79a2..fa3a208 100644 --- a/manifest.json +++ b/manifest.json @@ -78,6 +78,11 @@ "default_popup": "res/popup/popup.html", "default_title": "Ultrawidify" }, + "options_ui": { + "page": "res/settings/settings.html", + "browser_style": false, + "open_in_tab": true + }, "web_accessible_resources": [ "js/*",