favicon update

This commit is contained in:
Michael Freno
2025-12-21 12:14:55 -05:00
parent 2a1e1196c7
commit f916cb1d52
12 changed files with 60 additions and 56 deletions

21
public/site.webmanifest Executable file
View File

@@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}