atlas-iac/dockerfiles/hermes-webui-manifest.json
2026-08-23 03:52:03 +00:00

44 lines
1.0 KiB
JSON

{
"id": "./",
"name": "Hermes Chat",
"short_name": "Hermes",
"description": "Private Hermes Agent chat on Atlas",
"start_url": "./?source=pwa",
"scope": "./",
"display": "standalone",
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
"background_color": "#070A12",
"theme_color": "#0D1420",
"orientation": "any",
"categories": ["productivity", "utilities"],
"shortcuts": [
{
"name": "New conversation",
"short_name": "New chat",
"description": "Open Hermes ready for a new chat",
"url": "./?source=pwa&action=new-chat",
"icons": [
{
"src": "static/hermes-agent-192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}
],
"icons": [
{
"src": "static/hermes-agent-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "static/hermes-agent-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}