From 96298742143293a3d15c81fe5006b5d2b3dd78b7 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 13 May 2018 14:23:18 +0200 Subject: Cleanup and bump version --- manifest.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'manifest.json') 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": [ -- cgit v1.3.1