summaryrefslogtreecommitdiff
path: root/chrome/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/manifest.json')
-rw-r--r--chrome/manifest.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/chrome/manifest.json b/chrome/manifest.json
new file mode 100644
index 0000000..6af4816
--- /dev/null
+++ b/chrome/manifest.json
@@ -0,0 +1,22 @@
+{
+ "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/"
+ ]
+}