16 lines
318 B
JSON
16 lines
318 B
JSON
{
|
|
"name": "Jellyfin",
|
|
"identifier": "com.stilobique.jellyfin",
|
|
"description": "Jellyfin for Freebox",
|
|
"icon": "icon.png",
|
|
"capabilities": {
|
|
"net_wan": "required"
|
|
},
|
|
"entryPoints": {
|
|
"main": {
|
|
"file": "Jellyfin.qml",
|
|
"default": true
|
|
}
|
|
}
|
|
}
|