favicon
All checks were successful
deploy to production / deploy (push) Successful in 32s

This commit is contained in:
2023-11-19 17:32:26 +00:00
parent a38ed26cd6
commit 4505435bf7
15 changed files with 65 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Fontis",
"short_name": "Fontis",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}