From d44e6ab99971db6e3e5e42c18d603898d82387c7 Mon Sep 17 00:00:00 2001 From: 1nc1n3r470r <114698430+1nc1n3r470r@users.noreply.github.com> Date: Thu, 5 Oct 2023 01:32:05 +0200 Subject: [PATCH] remove erronous commata in manifest.json --- apps/web/src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/manifest.json b/apps/web/src/manifest.json index 2cde39c3da..45987d2032 100644 --- a/apps/web/src/manifest.json +++ b/apps/web/src/manifest.json @@ -15,5 +15,5 @@ } ], "theme_color": "#175DDC", - "background_color": "#175DDC", + "background_color": "#175DDC" }