Skip to content

Commit

Permalink
[MWPW-161659] Updated favicon (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai authored Nov 11, 2024
1 parent 605777a commit 7e76a23
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 6 deletions.
Binary file added events/img/favicons/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 events/img/favicons/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 modified events/img/favicons/favicon-180.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 removed events/img/favicons/favicon-192.png
Binary file not shown.
Binary file removed events/img/favicons/favicon-512.png
Binary file not shown.
Binary file modified events/img/favicons/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion events/img/favicons/favicon.svg

This file was deleted.

21 changes: 16 additions & 5 deletions events/img/favicons/favicon.webmanifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "Milo College",
"display": "standalone",
"name": "",
"short_name": "",
"icons": [
{ "src": "/img/favicons/favicon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/img/favicons/favicon-512.png", "sizes": "512x512", "type": "image/png" }
]
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit 7e76a23

Please sign in to comment.