summaryrefslogtreecommitdiff
path: root/2016_lamp_browser/firefox/package.json
diff options
context:
space:
mode:
authorid_ed25519_bbb.git <joak@nospace.at>2016-12-19 13:59:01 +0100
committerid_ed25519_bbb.git <joak@nospace.at>2016-12-19 13:59:01 +0100
commit3c08a384d5471bca3e414091aeef9afcfb9ba668 (patch)
tree5542c856c5694b5b217ba1703e453b65b5695c06 /2016_lamp_browser/firefox/package.json
parentbc37ec21ad65fbd4284e0d75dc372532a33dbd7b (diff)
add lamp and mirror
Diffstat (limited to '2016_lamp_browser/firefox/package.json')
-rw-r--r--2016_lamp_browser/firefox/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/2016_lamp_browser/firefox/package.json b/2016_lamp_browser/firefox/package.json
new file mode 100644
index 0000000..cd27a59
--- /dev/null
+++ b/2016_lamp_browser/firefox/package.json
@@ -0,0 +1,17 @@
+{
+ "title": "lamp",
+ "name": "lamp",
+ "version": "0.0.1",
+ "icon": "resource://lamp/data/icon-32.png",
+ "homepage": "http://joak.nospace.at",
+ "description": "If you turn off this lamp it will darken your browser!",
+ "main": "index.js",
+ "author": "joak",
+ "engines": {
+ "firefox": ">=38.0a1"
+ },
+ "license": "GPL",
+ "keywords": [
+ "jetpack"
+ ]
+}