jellyfin-web/dashboard-ui/manifest.json

33 lines
658 B
JSON
Raw Normal View History

{
"_comment": "This should be Jellyfin, but that breaks apps...",
2018-12-20 15:42:18 -07:00
"description": "Jellyfin: the Free Software media system.",
"display": "minimal-ui",
2016-07-26 10:21:27 -07:00
"icons": [
{
2016-08-10 22:38:40 -07:00
"sizes": "72x72",
"src": "touchicon72.png",
2016-08-10 22:38:40 -07:00
"type": "image/png"
},
{
"sizes": "114x114",
"src": "touchicon114.png",
2016-08-10 22:38:40 -07:00
"type": "image/png"
},
{
2016-07-26 10:21:27 -07:00
"sizes": "144x144",
"src": "touchicon144.png",
2016-08-10 22:38:40 -07:00
"type": "image/png"
2016-07-26 10:21:27 -07:00
}
],
"lang": "en-US",
"name": "Emby",
"related_applications": [
{
"platform": "web"
}
],
"short_name": "Emby",
"start_url": "/web/index.html",
"theme_color": "#00a4dc"
}