From d72176fac66bfec54906fa31fe448acc2aae58a8 Mon Sep 17 00:00:00 2001 From: Hawk Date: Fri, 17 Apr 2020 22:29:37 +0200 Subject: [PATCH] removed comma --- frontend/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 40cbbeb..e2e6aee 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -5,7 +5,7 @@ "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" - }, ], + }], "start_url": ".", "display": "standalone", "theme_color": "#000000",