mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Updated PWA Manifest Values
This commit is contained in:
parent
1ba58b06b3
commit
7bd0db6b2f
1 changed files with 4 additions and 2 deletions
|
@ -3,10 +3,12 @@
|
|||
"name": "Jellyfin",
|
||||
"description": "Jellyfin: the Free Software Media System.",
|
||||
"lang": "en-US",
|
||||
"display": "minimal-ui",
|
||||
"short_name": "Emby",
|
||||
"short_name": "Jellyfin",
|
||||
"start_url": "/web/index.html",
|
||||
"theme_color": "#101010",
|
||||
"background_color": "#101010",
|
||||
"display": "fullscreen",
|
||||
"orientation": "any",
|
||||
"icons": [{
|
||||
"sizes": "72x72",
|
||||
"src": "touchicon72.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue