mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
ce62c58b08
Fixes #575. After this is added, whenever someone changes their base URL, they will have to make a new shortcut on their homescreen. Tested on iOS, have not tested on Android. Desktop Web remains unaffected.
33 lines
785 B
JSON
33 lines
785 B
JSON
{
|
|
|
|
"name": "Jellyfin",
|
|
"description": "Jellyfin: the Free Software Media System.",
|
|
"lang": "en-US",
|
|
"short_name": "Jellyfin",
|
|
"start_url": "index.html#!/home.html",
|
|
"theme_color": "#101010",
|
|
"background_color": "#101010",
|
|
"display": "standalone",
|
|
"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"
|
|
}
|
|
]
|
|
}
|