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

Merge pull request #576 from anthonylavado/fix-manifest

Remove the leading /web/ from the manifest to avoid PWA titles
This commit is contained in:
dkanada 2019-11-14 00:51:29 +09:00 committed by GitHub
commit 88db651eea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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