1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Updated PWA Manifest Values

This commit is contained in:
Simon Caron 2019-05-04 00:28:26 -04:00
parent 1ba58b06b3
commit 7bd0db6b2f

View file

@ -3,10 +3,12 @@
"name": "Jellyfin",
"description": "Jellyfin: the Free Software Media System.",
"lang": "en-US",
"display": "minimal-ui",
"short_name": "Emby",
"short_name": "Jellyfin",
"start_url": "/web/index.html",
"theme_color": "#101010",
"background_color": "#101010",
"display": "fullscreen",
"orientation": "any",
"icons": [{
"sizes": "72x72",
"src": "touchicon72.png",