Skip to content

Commit

Permalink
🎉Update favicon images and manifest.webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
21434809 committed Sep 30, 2024
1 parent 7a8dc8d commit b2ab5f9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 51 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Frontend/src/assets/icons/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 added Frontend/src/assets/icons/favicon-16x16.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 Frontend/src/assets/icons/favicon-32x32.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 Frontend/src/assets/icons/favicon.ico
Binary file not shown.
60 changes: 9 additions & 51 deletions Frontend/src/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,59 +1,17 @@
{
"name": "Frontend",
"short_name": "Frontend",
"name": "Echo",
"short_name": "Echo",
"theme_color": "#1976d2",
"background_color": "#fafafa",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "assets/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
"icons":[{
"src":"assets/icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},
{"src":"assets/icons/android-chrome-512x512.png","sizes":"512x512","type":"image/png"},
{"src":"assets/icons/apple-touch-icon.png","sizes":"180x180","type":"image/png"},
{"src":"assets/icons/favicon-16x16.png","sizes":"16x16","type":"image/png"},
{"src":"assets/icons/favicon-32x32.png","sizes":"32x32","type":"image/png"},
{"src":"assets/icons/favicon.ico","sizes":"64x64 32x32 24x24 16x16","type":"image/x-icon"}
]
}

0 comments on commit b2ab5f9

Please sign in to comment.