feat: add favicon

This commit is contained in:
2023-11-13 17:58:58 +01:00
parent 96028eae9b
commit 1c17ca9d39
19 changed files with 81 additions and 2 deletions

14
static/site.webmanifest Normal file
View File

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