jellyfin-web/src/manifest.json

33 lines
793 B
JSON
Raw Normal View History

{
"name": "Jellyfin",
"description": "Jellyfin: the Free Software Media System.",
"lang": "en-US",
2019-05-03 21:28:26 -07:00
"short_name": "Jellyfin",
"start_url": "index.html#!/home.html",
"theme_color": "#101010",
2019-05-03 21:28:26 -07:00
"background_color": "#101010",
"display": "standalone",
2019-12-15 08:07:55 -07:00
"icons": [
{
"sizes": "72x72",
"src": "touchicon72.png",
"type": "image/png"
},
{
"sizes": "114x114",
"src": "touchicon114.png",
"type": "image/png"
},
{
"sizes": "144x144",
"src": "touchicon144.png",
"type": "image/png"
},
{
"sizes": "512x512",
"src": "touchicon512.png",
"type": "image/png"
}
]
}