Feat: add page titles and favicon support

This commit is contained in:
MangoPig
2026-07-06 18:01:26 +01:00
parent dc081ccc5b
commit 91b4c254ec
34 changed files with 145 additions and 4 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "Moku Work",
"short_name": "Moku Work",
"icons": [
{
"src": "/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}