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"