diff options
| author | Yuval Adam <_@yuv.al> | 2017-01-03 21:11:49 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-01-03 21:11:49 +0200 |
| commit | e28d6a12cc4751b24b1202576cdcea9dfa4bd261 (patch) | |
| tree | 0425e20fa567b701cc9d1c3ba4746559969cd4c5 /firefox/manifest.json | |
| parent | 38d0d94a219ad7043ace435b465a9b912e4e3c98 (diff) | |
Merge ff and chrome src dirs
Diffstat (limited to 'firefox/manifest.json')
| -rw-r--r-- | firefox/manifest.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/firefox/manifest.json b/firefox/manifest.json deleted file mode 100644 index 6af4816..0000000 --- a/firefox/manifest.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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/" - ] -} |
