mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
33 lines
661 B
JSON
33 lines
661 B
JSON
{
|
|
"_comment": "This should be Jellyfin, but that breaks apps...",
|
|
"name": "Emby",
|
|
"short_name": "Emby",
|
|
"start_url": "/web/index.html",
|
|
"description": "Jellyfin: the Free Software media system.",
|
|
"lang": "en-US",
|
|
"related_applications": [
|
|
{
|
|
"platform": "web"
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "touchicon72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "touchicon114.png",
|
|
"sizes": "114x114",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "touchicon144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"display": "minimal-ui",
|
|
"theme_color": "#52B54B"
|
|
}
|