summaryrefslogtreecommitdiff
path: root/manifest.json
blob: 4c68f821eb847dc3547dcd69705a5ccb1e8360c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "FreeHaaretz",
  "version": "0.9.0",
  "manifest_version": 2,
  "description": "A nefarious extension that easily bypasses the Haaretz paywall",
  "homepage_url": "http://github.com/yuvadm/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/"
  ]
}