about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-04 21:49:09 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-04 21:49:09 +0300
commit12eb7d31c4fd6f24beadf15af6399b277e7b394f (patch)
tree0afa843f68ae9d660856062b056e04506b650ff7 /src/manifest.json
parentUpdate README.md (diff)
downloadlibredirect-12eb7d31c4fd6f24beadf15af6399b277e7b394f.zip
Updated and deleted unused code
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json3
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>"