diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-04-03 23:47:48 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-04-03 23:47:48 +0300 |
| commit | f312e9ad94b4b53aa032c90e3f54cbbd9aa777e5 (patch) | |
| tree | 82530eb019189c82e08e43ba6734805993e8372a /chrome/manifest.json | |
| parent | b1ed0c1556621ff459a9edf96af91c467b2c6ea8 (diff) | |
| parent | 918474c60bac639209f3de4497200580f482f71c (diff) | |
Merge chrome into chrome/
Diffstat (limited to 'chrome/manifest.json')
| -rw-r--r-- | chrome/manifest.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chrome/manifest.json b/chrome/manifest.json new file mode 100644 index 0000000..6af4816 --- /dev/null +++ b/chrome/manifest.json @@ -0,0 +1,22 @@ +{ + "name": "FreeHaaretz", + "version": "0.7.1", + "manifest_version": 2, + "description": "A nefarious extension that easily bypasses the Haaretz paywall", + "homepage_url": "http://yuvadm.github.io/free-haaretz", + "background": { + "scripts": ["free_haaretz.js"], + "persistent": true + }, + "content_scripts": [{ + "matches": ["*://*.haaretz.co.il/*"], + "css": ["free_haaretz.css"] + }], + "permissions": [ + "contentSettings", + "webRequest", + "webRequestBlocking", + "http://*.haaretz.co.il/", + "http://*.haaretz.com/" + ] +} |
