Favicon update

This commit is contained in:
Koncept Kit
2025-12-13 01:45:49 +07:00
parent 12a32b7f3f
commit 96628b94b4
9 changed files with 30 additions and 4 deletions

25
public/manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"short_name": "LOAF",
"name": "LOAF - Lesbians Over Age Fifty",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#664fa3",
"background_color": "#ffffff"
}