bump
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
13
webosbrew-repository/moonlight.json
Normal file
13
webosbrew-repository/moonlight.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user