add favicon

This commit is contained in:
2022-10-03 23:33:43 +01:00
parent d384a38516
commit d2c8794dd2
11 changed files with 48 additions and 0 deletions

14
public/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"
}