🚸 Add favicons

This commit is contained in:
Dan Jones 2023-11-23 10:11:26 -06:00
commit a1953fcece
11 changed files with 489 additions and 0 deletions

19
static/site.webmanifest Normal file
View file

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