Add favicons

This commit is contained in:
Will Faught
2022-12-21 12:35:10 -08:00
parent 2172619834
commit 32e3a084fb
38 changed files with 94 additions and 0 deletions

19
static/site.webmanifest Normal file
View File

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