diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-04 21:49:09 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-04 21:49:09 +0300 |
commit | 12eb7d31c4fd6f24beadf15af6399b277e7b394f (patch) | |
tree | 0afa843f68ae9d660856062b056e04506b650ff7 /src/manifest.json | |
parent | Update README.md (diff) | |
download | libredirect-12eb7d31c4fd6f24beadf15af6399b277e7b394f.zip |
Updated and deleted unused code
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json index a7837d57..2446865d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "LibRedirect", - "description": "__MSG_extensionDescription__", + "description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends", "version": "1.4.8", "manifest_version": 2, "background": { @@ -16,7 +16,6 @@ }, "permissions": [ "storage", - "cookies", "webRequest", "webRequestBlocking", "<all_urls>" |