summaryrefslogtreecommitdiff
path: root/2016_lamp_browser/firefox-old/package.json
blob: cd27a5941cf61607a8a358def7fe22bba7d77d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
  ]
}