From b3632fc39ce5325a595e7f154db3d19eb0aec165 Mon Sep 17 00:00:00 2001 From: Aleksey Dmitriev Date: Wed, 11 Jul 2018 13:24:38 +0300 Subject: [PATCH] Fix WebApp manifest --- client/public/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/public/manifest.json b/client/public/manifest.json index 1b839e6e..cf438117 100644 --- a/client/public/manifest.json +++ b/client/public/manifest.json @@ -7,6 +7,8 @@ "type": "image/png" } ], - "start_url": "./index.html", + "start_url": "/", + "orientation": "portrait", + "background-color": "#f8f8f8", "display": "standalone" }