From 6966d210c1649dc64a9b80f1e564caf814deeabd Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Fri, 14 Feb 2020 09:10:52 -0600 Subject: [PATCH] Updating the manifest. --- public/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..42cebb9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Werefox Valentine", + "name": "A Short Valentine Letter For Those Who Need It", "icons": [ { "src": "favicon.ico", @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#b8b7d1", + "background_color": "#242424" }