From 6b695e6c499fe2fa512713b41b7ff8ae0efdc772 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 13 Nov 2018 15:24:23 -0500 Subject: [PATCH] Fix manifest.json names --- src/Tgstation.Server.Host/ClientApp/public/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tgstation.Server.Host/ClientApp/public/manifest.json b/src/Tgstation.Server.Host/ClientApp/public/manifest.json index ef19ec243e..5276a8ba64 100644 --- a/src/Tgstation.Server.Host/ClientApp/public/manifest.json +++ b/src/Tgstation.Server.Host/ClientApp/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "TGS", + "name": "Tgstation Server", "icons": [ { "src": "favicon.ico", @@ -8,7 +8,7 @@ "type": "image/x-icon" } ], - "start_url": "./index.html", + "start_url": "./", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff"