mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
df14540b7c
Replaced "Emby Green" with blue taken from artwork. Replaced artwork. Kept old "Emby Green" themes for future reuse and renamed them "classic". Removed CSS element that was making the Jellyfin banner too small.
33 lines
658 B
JSON
33 lines
658 B
JSON
{
|
|
"_comment": "This should be Jellyfin, but that breaks apps...",
|
|
"description": "Jellyfin: the Free Software media system.",
|
|
"display": "minimal-ui",
|
|
"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"
|
|
}
|
|
],
|
|
"lang": "en-US",
|
|
"name": "Emby",
|
|
"related_applications": [
|
|
{
|
|
"platform": "web"
|
|
}
|
|
],
|
|
"short_name": "Emby",
|
|
"start_url": "/web/index.html",
|
|
"theme_color": "#00a4dc"
|
|
}
|