diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-05 11:44:59 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-05 11:44:59 +0300 |
commit | 5619a96b4a6cecc199291009d53367d9c955e391 (patch) | |
tree | 343428c6b29602efa5967dd60941b6b0422b3b83 /src/manifest.json | |
parent | update instances (diff) | |
download | libredirect-5619a96b4a6cecc199291009d53367d9c955e391.zip |
Adding more settings and combining theme in the general page #80
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index 57d72846..a3ead1da 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -14,9 +14,10 @@ "128": "assets/images/libredirect-128.png" }, "permissions": [ - "storage", "webRequest", "webRequestBlocking", + "storage", + "cookies", "<all_urls>" ], "browser_action": { |