From 519920401e91ed2a9c0b4e9385ff7415807fc8fc Mon Sep 17 00:00:00 2001 From: Matt Swensen Date: Mon, 8 Apr 2019 20:58:28 -0600 Subject: [PATCH] Update manifest.json. --- web/public/manifest.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/web/public/manifest.json b/web/public/manifest.json index 64c78f4..9da1146 100644 --- a/web/public/manifest.json +++ b/web/public/manifest.json @@ -20,6 +20,12 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#FF4050", - "background_color": "#282629" + "theme_color": "#FFFCFF", + "background_color": "#282629", + "categories": [ + "personalization", + "productivity", + "utilities", + "developer tools" + ] }