about summary refs log tree commit diff
path: root/users/tazjin/nittredir/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/nittredir/manifest.json')
-rw-r--r--users/tazjin/nittredir/manifest.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/users/tazjin/nittredir/manifest.json b/users/tazjin/nittredir/manifest.json
new file mode 100644
index 0000000000..4efe1a6cc2
--- /dev/null
+++ b/users/tazjin/nittredir/manifest.json
@@ -0,0 +1,15 @@
+{
+  "manifest_version": 2,
+  "name": "nittredir",
+  "version": "1.0",
+  "description": "Redirect twitter.com to nitter.net",
+  "background": {
+    "scripts": ["background.js"],
+    "persistent": true
+  },
+  "permissions": [
+    "webRequest",
+    "webRequestBlocking",
+    "*://twitter.com/*"
+  ]
+}