about summary refs log tree commit diff stats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 2 insertions, 9 deletions
diff --git a/manifest.json b/manifest.json
index 629bfaef..90c8691f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
   "name": "Privacy Redirect",
   "description": "Redirects Twitter & Youtube requests to privacy friendly alternatives (Nitter & Invidious).",
-  "version": "1.1.2",
+  "version": "1.1.3",
   "manifest_version": 2,
   "background": {
     "scripts": [
@@ -19,14 +19,7 @@
     "storage",
     "webRequest",
     "webRequestBlocking",
-    "*://twitter.com/*",
-    "*://www.twitter.com/*",
-    "*://mobile.twitter.com/*",
-    "*://youtube.com/*",
-    "*://www.youtube.com/*",
-    "*://youtube-nocookie.com/*",
-    "*://www.youtube-nocookie.com/*",
-    "*://m.youtube.com/"
+    "<all_urls>"
   ],
   "browser_action": {
     "default_popup": "pages/popup/popup.html",