Skip to content

Commit

Permalink
manifest and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Black committed Aug 25, 2024
1 parent 7c66923 commit 1a7e0eb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Empty file added docs/.nojekyll
Empty file.
25 changes: 25 additions & 0 deletions docs/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 1a7e0eb

Please sign in to comment.