Updating the manifest.

This commit is contained in:
Alex Huddleston 2020-02-14 09:10:52 -06:00
parent bbb29d10fa
commit 6966d210c1
1 changed files with 4 additions and 4 deletions

View File

@ -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"
}