jellyfin-web/dashboard-ui/manifest.json
2018-12-20 17:42:18 -05:00

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"
}