Skip to content

Commit

Permalink
added logo and modified manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
breeku committed May 18, 2020
1 parent d56cb1f commit a5f8090
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Binary file modified client/public/favicon.ico
Binary file not shown.
26 changes: 13 additions & 13 deletions client/public/manifest.json
@@ -1,15 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"short_name": "Songsterify",
"name": "Songsterify",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#FFFFFF",
"background_color": "#384067"
}

0 comments on commit a5f8090

Please sign in to comment.