summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..e2c84f0
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,21 @@
+{
+
+ "author": "Luke Bratch"
+
+ "manifest_version": 2,
+ "name": "Desktop Wikipedia",
+ "version": "0.1",
+
+ "description": "Redirects mobile Wikipedia pages to desktop Wikipedia.",
+
+ "background": {
+ "scripts": ["desktopwikipedia.js"]
+ },
+
+ "permissions": [
+ "*://*.wikipedia.org/*",
+ "webRequest",
+ "webRequestBlocking"
+ ]
+
+}