From 7b6876575ef27cd57a9ae92403b883b01608b78f Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 28 Oct 2013 13:30:32 +0200 Subject: Add support for haaretz.com --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 57a8ed7..d109a73 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "name": "FreeHaaretz", - "version": "0.2.1", + "version": "0.2.2", "manifest_version": 2, - "description": "A nefarious extension that easily bypasses the haaretz.co.il paywall", + "description": "A nefarious extension that easily bypasses the Haaretz paywall", "homepage_url": "http://yuvadm.github.io/free-haaretz", "background": { "scripts": ["free_haaretz.js"], @@ -12,6 +12,7 @@ "contentSettings", "webRequest", "webRequestBlocking", - "http://*.haaretz.co.il/" + "http://*.haaretz.co.il/", + "http://*.haaretz.com/" ] } -- cgit v1.3.1