diff options
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/" - ] -} |
