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