forked from Davenchy/live-torrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
30 lines (30 loc) · 758 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Live Torrent",
"description": "Search, explore, serve and download torrent files and watch online YTS torrent movies with subtitles",
"repository": "https://github.com/Davenchy/live-torrent",
"logo": "https://github.com/Davenchy/live-torrent/raw/master/public/img/logo.png",
"keywords": [
"frontend",
"live-torrent",
"torrent",
"webtorrent",
"stream",
"yts",
"movies",
"subtitle",
"opensubtitles.org",
"search",
"download",
"serve",
"vue.js"
],
"env": {
"OSUA": {
"description": "OpenSubtitles User Agent [without it no subtitles support]",
"required": false,
"value": "TemporaryUserAgent"
}
},
"image": "davenchy/live-torrent",
"success_url": "/"
}