diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index fa099e731c..889021a39a 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -1,4 +1,4 @@ - + @@ -15,17 +15,16 @@ - + - - - - + + + - + Jellyfin diff --git a/dashboard-ui/manifest.json b/dashboard-ui/manifest.json index e7c41a2a3b..ce66fa0f47 100644 --- a/dashboard-ui/manifest.json +++ b/dashboard-ui/manifest.json @@ -1,32 +1,30 @@ { - "_comment": "This should be Jellyfin, but that breaks apps...", - "description": "Jellyfin: the Free Software media system.", - "display": "minimal-ui", - "icons": [ - { - "sizes": "72x72", - "src": "touchicon72.png", - "type": "image/png" - }, - { - "sizes": "114x114", - "src": "touchicon114.png", - "type": "image/png" - }, - { - "sizes": "144x144", - "src": "touchicon144.png", - "type": "image/png" - } - ], - "lang": "en-US", - "name": "Emby", - "related_applications": [ - { - "platform": "web" - } - ], - "short_name": "Emby", - "start_url": "/web/index.html", - "theme_color": "#00a4dc" + + "name": "Emby", + "_comment": "This should be Jellyfin, but that breaks apps...", + "description": "Jellyfin: the Free Software Media System.", + "lang": "en-US", + "display": "minimal-ui", + "short_name": "Emby", + "start_url": "/web/index.html", + "theme_color": "#101010", + "icons": [{ + "sizes": "72x72", + "src": "touchicon72.png", + "type": "image/png" + }, + { + "sizes": "114x114", + "src": "touchicon114.png", + "type": "image/png" + }, + { + "sizes": "144x144", + "src": "touchicon144.png", + "type": "image/png" + } + ], + "related_applications": [{ + "platform": "web" + }] } diff --git a/dashboard-ui/touchicon.png b/dashboard-ui/touchicon.png index 3803bcd0a3..8ad4ee0af1 100644 Binary files a/dashboard-ui/touchicon.png and b/dashboard-ui/touchicon.png differ