diff options
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>" |