From d1ec4ac2af2d644b0b493818bf698dc314d45d25 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 30 Jan 2022 15:38:55 +0300 Subject: Splitted options.js --- src/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/manifest.json') diff --git a/src/manifest.json b/src/manifest.json index 68f85935..451383d6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -32,6 +32,7 @@ }, "browser_action": { "default_title": "LibRedirect", + "browser_style": false, "default_popup": "pages/popup/popup.html", "default_icon": { "16": "assets/images/libredirect.svg", @@ -88,6 +89,7 @@ ], "options_ui": { "page": "pages/options/options.html", + "browser_style": false, "open_in_tab": true }, "web_accessible_resources": [ @@ -99,4 +101,4 @@ "strict_min_version": "67.0" } } -} +} \ No newline at end of file -- cgit 1.4.1