summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index f02eed2..ee67c7f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,15 +1,18 @@
{
"name": "Free Haaretz",
- "version": "0.9.4",
+ "version": "0.9.5",
"manifest_version": 2,
- "description": "A nefarious extension that easily bypasses the Haaretz-TheMarker paywall",
+ "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/*", "*://*.themarker.com/*"],
+ "matches": [
+ "*://*.haaretz.co.il/*",
+ "*://*.themarker.com/*"
+ ],
"css": ["free_haaretz.css"]
}],
"permissions": [