From 7bd0db6b2ffda7ed27c744449fb4a9b718fd2b31 Mon Sep 17 00:00:00 2001 From: Simon Caron Date: Sat, 4 May 2019 00:28:26 -0400 Subject: [PATCH] Updated PWA Manifest Values --- src/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 0ff87a92e5..3a6823ef5a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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",