From fc1e61269e9dc7decfef0d2831639c1433dffbcd Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Fri, 22 Nov 2019 14:21:28 +0000 Subject: [PATCH] modified webmanifest --- public/site.webmanifest | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/site.webmanifest b/public/site.webmanifest index a1553eb..cc64a63 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,7 @@ { - "name": "", - "short_name": "", + "name": "Nertivia", + "short_name": "Nertivia", + "start_url": ".", "icons": [ { "src": "/android-chrome-192x192.png", @@ -13,7 +14,7 @@ "type": "image/png" } ], - "theme_color": "#ffffff", - "background_color": "#ffffff", + "theme_color": "#0b4155", + "background_color": "#0b4155", "display": "standalone" }