Skip to content

Commit

Permalink
update manifest file and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
watchingdogs authored Jul 3, 2024
1 parent 2b99ff7 commit 088bdf5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
Binary file added react/public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added react/public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added react/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified react/public/favicon.ico
Binary file not shown.
Binary file removed react/public/logo192.png
Binary file not shown.
Binary file removed react/public/logo512.png
Binary file not shown.
23 changes: 14 additions & 9 deletions react/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"name": "Autósiskolák térképe",
"short_name": "🚗🗺️",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"background_color": "#000000"
}

0 comments on commit 088bdf5

Please sign in to comment.