feat: add favicon

This commit is contained in:
Kentai Radiquum 2024-09-16 22:50:01 +05:00
parent 389bcd76d4
commit d731c9a994
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 72 additions and 2 deletions

19
site.webmanifest Normal file
View file

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