From 98298900bd3e20e80da14cd8c1eb9afb35eb988a Mon Sep 17 00:00:00 2001 From: rav4s Date: Wed, 26 May 2021 10:28:23 -0500 Subject: [PATCH] Removed trailing comma from manifest --- static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/manifest.json b/static/manifest.json index b98c3a3..abe4bc8 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -27,5 +27,5 @@ "background_color": "#3367D6", "display": "standalone", "scope": "/", - "theme_color": "#3367D6", + "theme_color": "#3367D6" }