X-Git-Url: https://git.cweiske.de/playVideoOnDreambox.git/blobdiff_plain/27dd00680a3cfdeafc82b5c9d6c8b605a28fcca8..05b2fc3c33444ebf1b4845549ef4663cee6be190:/package.json diff --git a/package.json b/package.json index 06c446a..d2ff395 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Play video on Dreambox", "name": "playvideoondreambox", - "version": "0.1.0", + "version": "0.3.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,10 @@ "firefox": ">=38.0a1", "fennec": ">=38.0a1" }, - "license": "AGPlv3+", + "license": "GPLv3+", + "permissions": { + "private-browsing": true + }, "preferences": [ { "name": "youtubedlPath",