jellyfin-web/dashboard-ui/manifest.json
Sparky df14540b7c Change UI accents, update artwork
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.
2019-01-06 20:47:58 -05:00

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