notifications and update layout for small screen

This commit is contained in:
2026-08-30 19:10:04 +01:00
parent 45ce8e4e24
commit 1552da11ab
19 changed files with 567 additions and 18 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "GoWebMail",
"short_name": "GoWebMail",
"description": "Multi-account webmail client",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#0d0f14",
"theme_color": "#0d0f14",
"icons": [
{ "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "/static/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}