diff options
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
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 |