Skip to content

Commit

Permalink
found manifest.json and restored into public folder before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Black committed Aug 25, 2024
1 parent 4124b76 commit 7c66923
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"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"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

0 comments on commit 7c66923

Please sign in to comment.