Fix manifest.json names

This commit is contained in:
Jordan Brown
2018-11-13 15:24:23 -05:00
parent 6bc32a989b
commit 6b695e6c49
@@ -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"