Release 0.4.0
[playVideoOnDreambox.git] / package.json
1 {
2     "title": "Play video on Dreambox",
3     "name": "playvideoondreambox",
4     "version": "0.4.0",
5     "description": "Plays videos on the Dreambox satellite receiver.\n\nOpen a video webpage like youtube and press the dreambox play button.\n\nRequires the 'youtube-dl' executable to extract video URLs.",
6     "main": "index.js",
7     "homepage": "http://cweiske.de/playVideoOnDreambox.htm",
8     "author": "Christian Weiske (http://cweiske.de/) <cweiske@cweiske.de>",
9     "engines": {
10         "firefox": ">=38.0a1",
11         "fennec": ">=38.0a1"
12     },
13     "license": "GPLv3+",
14     "permissions": {
15         "private-browsing": true,
16         "multiprocess": true
17     },
18     "preferences": [
19         {
20             "name": "youtubedlPath",
21             "title": "youtube-dl path",
22             "description": "Full path to youtube-dl binary",
23             "type": "string",
24             "value": "/usr/bin/youtube-dl"
25         },
26         {
27             "name": "dreamboxHost",
28             "title": "Dreambox IP/host name",
29             "description": "IP or DNS name of your dreambox",
30             "type": "string",
31             "value": "dreambox"
32         }
33     ]
34 }