diff options
| author | Yuval Adam <_@yuv.al> | 2017-01-03 21:12:17 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-01-03 21:12:17 +0200 |
| commit | 9eef15d362fe22562cfc0c6df0d82b17b27338bf (patch) | |
| tree | 68c5f75c3dda2fef8fe38042f0414fd4fb733805 /src/manifest.json | |
| parent | e28d6a12cc4751b24b1202576cdcea9dfa4bd261 (diff) | |
No need for src/ dir
Diffstat (limited to 'src/manifest.json')
| -rw-r--r-- | src/manifest.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/manifest.json b/src/manifest.json deleted file mode 100644 index 6af4816..0000000 --- a/src/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/" - ] -} |
