From c5da63b23e8ba26236a2c02ede8bcecb4f2224ba Mon Sep 17 00:00:00 2001 From: maartenvn Date: Thu, 28 Oct 2021 23:52:21 +0200 Subject: [PATCH] fix(pwa): correct description & theme color --- app/static/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/manifest.json b/app/static/manifest.json index 3343e3c..43e70d2 100644 --- a/app/static/manifest.json +++ b/app/static/manifest.json @@ -1,8 +1,8 @@ { "name": "Haldis", "short_name": "Haldis", - "description": "Zeus WPI's drink ordering system", - "theme_color": "#ff6600", + "description": "Zeus WPI's food ordering system", + "theme_color": "#ff7f00", "background_color": "#1c1c1c", "display": "standalone", "scope": "/",