add favicons

This commit is contained in:
2023-05-19 07:40:38 +02:00
parent 43b32d4971
commit 24f2758f16
12 changed files with 41 additions and 1 deletions

14
static/site.webmanifest Normal file
View File

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