flame hq element config + branding, e2ee-default-off (config.json + .well-known verified serving both flags 2026-08-29)

This commit is contained in:
2026-08-29 12:20:13 +02:00
commit 2bc1f95076
9 changed files with 403 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "Flame HQ",
"short_name": "Flame HQ",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000",
"start_url": "index.html",
"icons": [
{
"src": "/flame-hq/mark.png",
"sizes": "512x512",
"type": "image/png"
}
]
}