2024-08-12 15:14:19 +02:00
|
|
|
{
|
|
|
|
|
"name": "Jellyfin",
|
|
|
|
|
"identifier": "com.stilobique.jellyfin",
|
|
|
|
|
"description": "Jellyfin for Freebox",
|
|
|
|
|
"icon": "icon.png",
|
2024-08-12 17:56:28 +02:00
|
|
|
"capabilities": {
|
2024-08-13 11:26:45 +02:00
|
|
|
"net_wan": "required"
|
2024-08-12 17:56:28 +02:00
|
|
|
},
|
2024-08-12 15:14:19 +02:00
|
|
|
"entryPoints": {
|
|
|
|
|
"main": {
|
|
|
|
|
"file": "Jellyfin.qml",
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|