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

Remove the leading /web/ from the manifest to avoid PWA titles

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.
This commit is contained in:
Anthony Lavado 2019-11-13 02:15:37 -05:00
parent 4b869a41c6
commit ce62c58b08

View file

@ -4,7 +4,7 @@
"description": "Jellyfin: the Free Software Media System.",
"lang": "en-US",
"short_name": "Jellyfin",
"start_url": "/web/index.html#!/home.html",
"start_url": "index.html#!/home.html",
"theme_color": "#101010",
"background_color": "#101010",
"display": "standalone",