Files
chat_web_app/llm-fe/public/manifest.json
T
westfarn d11a97b9bf
Unit Tests / test (pull_request) Successful in 10s
Rebrand product to Hesychia (hesychia.ai) (#29)
Rename user-facing UI, page metadata, and docs from the AIML Operations chat
product to Hesychia. Keep live API hosts and deploy webroots; document the
hesychia.ai migration path until infra cutover.
2026-07-26 18:33:25 -05:00

26 lines
482 B
JSON

{
"short_name": "Hesychia",
"name": "Hesychia",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 48x48 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}