summaryrefslogtreecommitdiff
path: root/firefox/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-01-03 15:03:44 +0200
committerYuval Adam <_@yuv.al>2017-01-03 15:03:44 +0200
commit38d0d94a219ad7043ace435b465a9b912e4e3c98 (patch)
treea6c4362491534d212bf919cfa21753f0d4beeea3 /firefox/package.json
parentf216d62f82981965a630d7a8e734a7aa48e8cde5 (diff)
Replace old firefox code with chrome web extension APIs
Diffstat (limited to 'firefox/package.json')
-rw-r--r--firefox/package.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/firefox/package.json b/firefox/package.json
deleted file mode 100644
index dc773f9..0000000
--- a/firefox/package.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "free-haaretz",
- "title": "Free Haaretz",
- "description": "A nefarious extension that easily bypasses the Haaretz paywall",
- "author": "Yuval Adam",
- "license": "Public Domain",
- "version": "0.7.1",
- "main": "lib/main",
- "engines": {
- "firefox": ">=38.0a1",
- "fennec": ">=38.0a1"
- }
-}