add favicon before bedtime

This commit is contained in:
Raven Scott
2024-09-26 05:04:09 -04:00
parent 381cd6bac2
commit 4115f64f84
13 changed files with 52 additions and 1 deletions

19
public/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": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}