summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json16
1 files changed, 10 insertions, 6 deletions
diff --git a/manifest.json b/manifest.json
index ce05e38..92963d2 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,22 +1,26 @@
{
"name": "Free Haaretz",
- "version": "0.9.3",
+ "version": "0.9.6",
"manifest_version": 2,
- "description": "A nefarious extension that easily bypasses the Haaretz paywall",
- "homepage_url": "http://github.com/yuvadm/free-haaretz",
+ "description": "A nefarious extension that easily bypasses the Haaretz / TheMarker paywall",
+ "homepage_url": "https://github.com/yuvadm/free-haaretz",
"background": {
"scripts": ["free_haaretz.js"],
"persistent": true
},
"content_scripts": [{
- "matches": ["*://*.haaretz.co.il/*"],
+ "matches": [
+ "*://*.haaretz.co.il/*",
+ "*://*.themarker.com/*"
+ ],
"css": ["free_haaretz.css"]
}],
"permissions": [
"contentSettings",
"webRequest",
"webRequestBlocking",
- "http://*.haaretz.co.il/",
- "http://*.haaretz.com/"
+ "*://*.haaretz.co.il/",
+ "*://*.haaretz.com/",
+ "*://*.themarker.com/"
]
}