diff options
Diffstat (limited to 'firefox/package.json')
| -rw-r--r-- | firefox/package.json | 13 |
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" + } +} |
