diff options
| author | ManeraKai <manerakai@protonmail.com> | 2022-01-30 15:38:55 +0300 |
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2022-01-30 15:38:55 +0300 |
| commit | d1ec4ac2af2d644b0b493818bf698dc314d45d25 (patch) | |
| tree | 8004530f5752cbb508bb64cb872e0ba7b698e557 /src/manifest.json | |
| parent | Updating options UI (diff) | |
| download | libredirect-d1ec4ac2af2d644b0b493818bf698dc314d45d25.zip | |
Splitted options.js
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 |
