Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkellner committed Aug 16, 2021
1 parent 22c823e commit da35b6c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"short_name": "Muspace",
"name": "Muspace - Create React App Sample",
"short_name": "MuSpace",
"name": "MuSpace",
"icons": [
{
"src": "favicon.ico",
"src": "icon.svg",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "icon.svg",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512 192x192"
}
],
"start_url": ".",
Expand Down

0 comments on commit da35b6c

Please sign in to comment.