feat: add favicons

This commit is contained in:
Xin
2023-08-10 22:41:42 +01:00
parent 750e566d24
commit 91fe140c8a
13 changed files with 34 additions and 11 deletions

19
static/site.webmanifest Normal file
View File

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