Additional Clean Up, Favicons, etc.

This commit is contained in:
2026-04-15 22:03:19 -05:00
parent 105d897c64
commit 4e1fb5e5ec
17 changed files with 887 additions and 9 deletions

21
static/site.webmanifest Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Icolotl Index",
"short_name": "Index",
"icons": [
{
"src": "/static/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#bdbdbd",
"background_color": "#bdbdbd",
"display": "standalone"
}