jellyfin-web/dashboard-ui/manifest.json
2018-12-11 00:46:50 -05:00

32 lines
586 B
JSON

{
"name": "Jellyfin",
"short_name": "Jellyfin",
"start_url": "/web/index.html",
"description": "The open media solution.",
"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"
}