Bulk changes for favicon, site title and subtitle rewording, and playing with tags / categories.

This commit is contained in:
2025-11-05 12:05:31 -07:00
parent 7da72175e8
commit 3a51b543c4
12 changed files with 153 additions and 97 deletions

21
static/site.webmanifest Normal file
View File

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