Skip to content

Commit

Permalink
Update manifest.json with new app name and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Feb 11, 2024
1 parent ca08fc9 commit 9df70df
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "ZotNFound",
"name": "ZotNFound",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"src": "logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
Expand Down

0 comments on commit 9df70df

Please sign in to comment.