add favicons

This commit is contained in:
2025-04-04 08:22:35 -05:00
parent 14bc71e184
commit ac2e0ecff4
8 changed files with 35 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "uuard",
"short_name": "w",
"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"
}