summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-05-13 14:23:18 +0200
committerYuval Adam <_@yuv.al>2018-05-13 14:24:14 +0200
commit96298742143293a3d15c81fe5006b5d2b3dd78b7 (patch)
tree7a58eb4267e7f9926f02eaeb0fa8c21e38d50762 /manifest.json
parente6b8fd73d1eb12fc5fbd63de0f1fbb1d55ae38a3 (diff)
Cleanup and bump versionv0.9.5
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": [