feat: favicons

This commit is contained in:
Stavros
2025-05-14 19:36:57 +03:00
parent f05181b05d
commit dbc460144e
8 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Tinyauth",
"short_name": "Tinyauth",
"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": "#171717",
"background_color": "#171717",
"display": "standalone"
}