diff options
Diffstat (limited to '2016_mirror_browser/firefox/package.json')
-rw-r--r-- | 2016_mirror_browser/firefox/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/2016_mirror_browser/firefox/package.json b/2016_mirror_browser/firefox/package.json new file mode 100644 index 0000000..5cdbbbf --- /dev/null +++ b/2016_mirror_browser/firefox/package.json @@ -0,0 +1,17 @@ +{ + "title": "mirror", + "name": "mirror", + "version": "0.0.1", + "icon": "resource://mirror/data/icon-32.png", + "homepage": "http://joak.nospace.at", + "description": "This mirror flips horizontally your online activity!", + "main": "index.js", + "author": "joak", + "engines": { + "firefox": ">=38.0a1" + }, + "license": "GPL", + "keywords": [ + "jetpack" + ] +} |