Files
jellyfin-web/dashboard-ui/manifest.json
T
Anthony Lavado d270bfdbb2 Apply branding to index, improve icons, fix theme colour
- For index.html, set the Chrome title bar on mobile to the background #101010 instead of the blue. It also adds a better "one size fits all" Apple Touch icon declaration. The Open Graph description is updated to our tagline instead of the original.
- For manifest.json, restructures the file, sets the background #101010 to the theme colour, and fixes the capitalization on the description.
- For touchicon.png, this is just an enhanced version with the background applied, and a margin so it doesn't get cut off on home screens.
2019-01-07 00:38:26 -05:00

31 lines
744 B
JSON

{
"name": "Emby",
"_comment": "This should be Jellyfin, but that breaks apps...",
"description": "Jellyfin: the Free Software Media System.",
"lang": "en-US",
"display": "minimal-ui",
"short_name": "Emby",
"start_url": "/web/index.html",
"theme_color": "#101010",
"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"
}
],
"related_applications": [{
"platform": "web"
}]
}