summaryrefslogtreecommitdiff
path: root/manifest.json
blob: f02eed28442b4c738ad281ba406ca793f1cae42f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "Free Haaretz",
  "version": "0.9.4",
  "manifest_version": 2,
  "description": "A nefarious extension that easily bypasses the Haaretz-TheMarker paywall",
  "homepage_url": "https://github.com/yuvadm/free-haaretz",
  "background": {
    "scripts": ["free_haaretz.js"],
    "persistent": true
  },
  "content_scripts": [{
    "matches": ["*://*.haaretz.co.il/*", "*://*.themarker.com/*"],
    "css": ["free_haaretz.css"]
  }],
  "permissions": [
    "contentSettings",
    "webRequest",
    "webRequestBlocking",
    "*://*.haaretz.co.il/",
    "*://*.haaretz.com/",
    "*://*.themarker.com/"
  ]
}