favicon.html

This commit is contained in:
Martin Kavík 2024-09-14 20:36:58 +02:00
parent 4854252398
commit d74f4de199
11 changed files with 37 additions and 0 deletions

View file

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