favicons and slightly prettier sidebar

This commit is contained in:
Kyle Corbitt
2023-06-26 22:06:05 -07:00
parent 79ace43608
commit 10c7b3fa2e
20 changed files with 221 additions and 13 deletions

View File

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