This commit is contained in:
2021-04-14 20:23:43 +02:00
parent a149b40b8e
commit 06c6d4540d
6 changed files with 224 additions and 53 deletions

View File

@@ -1,27 +1,34 @@
[
{
"id": "com.moonlight",
"name": "Moonlight <i>TV</i>",
"iconUri": "https://raw.githubusercontent.com/mariotaku/moonlight-tv/main/deploy/webos/icon.png"
},
{
"id": "hbchannel",
"name": "Homebrew Channel",
"iconUri": "https://raw.githubusercontent.com/webosbrew/webos-homebrew-channel/main/frontend/icon160.png"
},
{
"id": "choclate-doom",
"name": "Choclate Doom",
"iconUri": "https://raw.githubusercontent.com/webosbrew/chocolate-doom/webos-tv/data/doom.png"
},
{
"id": "youtube.webos",
"name": "YouTube (adfree)",
"iconUri": "https://raw.githubusercontent.com/FriedChickenButt/youtube-webos/main/largeIcon.png"
},
{
"id": "youtube.webosaaaaaaaaaaaaaaaaaaaaa",
"name": "YouTube (adfree) longnaaaaaaaaaaaaaaameeeeeeeeeeeeeeeeeeeee",
"iconUri": "https://raw.githubusercontent.com/FriedChickenButt/youtube-webos/main/largeIcon.png"
}
]
{
"packages": [
{
"id": "com.moonlight",
"title": "Moonlight <i>TV</i>",
"manifestUrl": "moonlight.json",
"iconUri": "https://raw.githubusercontent.com/mariotaku/moonlight-tv/main/deploy/webos/icon.png"
},
{
"id": "hbchannel",
"title": "Homebrew Channel",
"manifestUrl": "hbchannel.json",
"iconUri": "https://raw.githubusercontent.com/webosbrew/webos-homebrew-channel/main/frontend/icon160.png"
},
{
"id": "choclate-doom",
"title": "Choclate Doom",
"manifestUrl": "chocolate-doom.json",
"iconUri": "https://raw.githubusercontent.com/webosbrew/chocolate-doom/webos-tv/data/doom.png"
},
{
"id": "youtube.webos",
"title": "YouTube (adfree)",
"manifestUrl": "youtube.json",
"iconUri": "https://raw.githubusercontent.com/FriedChickenButt/youtube-webos/main/largeIcon.png"
},
{
"id": "youtube.webosaaaaaaaaaaaaaaaaaaaaa",
"title": "YouTube (adfree) longnaaaaaaaaaaaaaaameeeeeeeeeeeeeeeeeeeee",
"manifestUrl": "youtube.json",
"iconUri": "https://raw.githubusercontent.com/FriedChickenButt/youtube-webos/main/largeIcon.png"
}
]
}

View File

@@ -0,0 +1,13 @@
{
"id": "com.moonlight",
"version": "0.6.8",
"type": "native",
"title": "Moonlight TV",
"iconUri": "",
"sourceUrl": "https://github.com/mariotaku/moonlight-tv",
"rootRequired": false,
"ipkUrl": "https://github.com/mariotaku/moonlight-tv/releases/download/v0.6.8/com.limelight.webos_0.6.8_arm.ipk",
"ipkHash": {
"sha256": ""
}
}