X-Git-Url: https://git.cweiske.de/playVideoOnDreambox.git/blobdiff_plain/27dd00680a3cfdeafc82b5c9d6c8b605a28fcca8..refs/tags/v0.4.0:/package.json diff --git a/package.json b/package.json index 06c446a..90cf670 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Play video on Dreambox", "name": "playvideoondreambox", - "version": "0.1.0", + "version": "0.4.0", "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.", "main": "index.js", "homepage": "http://cweiske.de/playVideoOnDreambox.htm", @@ -10,7 +10,11 @@ "firefox": ">=38.0a1", "fennec": ">=38.0a1" }, - "license": "AGPlv3+", + "license": "GPLv3+", + "permissions": { + "private-browsing": true, + "multiprocess": true + }, "preferences": [ { "name": "youtubedlPath",