diff options
author | ManeraKai <manerakai@protonmail.com> | 2021-10-27 10:18:05 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2021-10-27 10:18:05 +0300 |
commit | 97d3d19b7d65720f6d1677d31fe1ce670ac63580 (patch) | |
tree | 2bf034c946c6cc65f56947887760cd7c0364a25b /src/manifest.json | |
parent | Added Change Instance btn to address-bar (diff) | |
download | libredirect-97d3d19b7d65720f6d1677d31fe1ce670ac63580.zip |
Preserved url's path. Only the domain will change now.
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manifest.json b/src/manifest.json index 25b37e1c..83557cfe 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -15,6 +15,7 @@ "128": "assets/images/icon128.png" }, "permissions": [ + "tabs", "storage", "webRequest", "webRequestBlocking", |