summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authornoam-r <noamr@protonmail.com>2017-04-30 16:55:20 +0300
committerYuval Adam <_@yuv.al>2017-04-30 16:55:20 +0300
commit1de3594900b646242a7ff9a7bcbe3163eb2fba0a (patch)
treee9ac807f8b1a3a453ef1b2c9c219debe363b2edb /manifest.json
parent3c4887144389066d7ee2c5d2c95bf44b9fde16f5 (diff)
Support all HTTP/S URLs
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index ce05e38..ccd4647 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,7 +3,7 @@
"version": "0.9.3",
"manifest_version": 2,
"description": "A nefarious extension that easily bypasses the Haaretz paywall",
- "homepage_url": "http://github.com/yuvadm/free-haaretz",
+ "homepage_url": "https://github.com/yuvadm/free-haaretz",
"background": {
"scripts": ["free_haaretz.js"],
"persistent": true
@@ -16,7 +16,7 @@
"contentSettings",
"webRequest",
"webRequestBlocking",
- "http://*.haaretz.co.il/",
- "http://*.haaretz.com/"
+ "*://*.haaretz.co.il/",
+ "*://*.haaretz.com/"
]
}