summaryrefslogtreecommitdiff
path: root/firefox/package.json
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-04-03 23:46:55 +0300
committerYuval Adam <yuval@y3xz.com>2016-04-03 23:46:55 +0300
commitb1ed0c1556621ff459a9edf96af91c467b2c6ea8 (patch)
treec230708ce4d4d8d4b6a19007eb3b0adeac7b5530 /firefox/package.json
parentf9ee734fabaeabb2564ef9dd0f9110b24285d9d1 (diff)
parentf73938cb83c06c411fa018214b9b11a3365b0e64 (diff)
Merge firefox into firefox/
Diffstat (limited to 'firefox/package.json')
-rw-r--r--firefox/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/firefox/package.json b/firefox/package.json
new file mode 100644
index 0000000..dc773f9
--- /dev/null
+++ b/firefox/package.json
@@ -0,0 +1,13 @@
+{
+ "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"
+ }
+}