adding favicons

This commit is contained in:
2026-01-20 19:30:02 +00:00
parent 3b731a9348
commit bde2392f5a
7 changed files with 25 additions and 0 deletions

22
static/site.webmanifest Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "John Costa Website",
"short_name": "John Costa",
"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"
}