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:
commit
88db651eea
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"description": "Jellyfin: the Free Software Media System.",
|
"description": "Jellyfin: the Free Software Media System.",
|
||||||
"lang": "en-US",
|
"lang": "en-US",
|
||||||
"short_name": "Jellyfin",
|
"short_name": "Jellyfin",
|
||||||
"start_url": "/web/index.html#!/home.html",
|
"start_url": "index.html#!/home.html",
|
||||||
"theme_color": "#101010",
|
"theme_color": "#101010",
|
||||||
"background_color": "#101010",
|
"background_color": "#101010",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue