summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2017-09-18 23:08:07 +0100
committerLuke Bratch <luke@bratch.co.uk>2017-09-18 23:08:07 +0100
commitbc831e62fe1b286ae2342738114e55b58057631d (patch)
tree3974ff02acd51da53c862653f200722e0556395d /manifest.json
Initial commit
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"
+ ]
+
+}