From 5ed8b96061fb8ff4b102ca59f1fba514ee4eda40 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Sat, 3 Jul 2021 23:04:30 -0300 Subject: [PATCH] Fix manifest error --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index af3a56e..e3828a9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -6,10 +6,10 @@ "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" - }, + } ], "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff" -} +} \ No newline at end of file