mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-26 11:40:26 +00:00
c15148f925
Cherry-picked via 3-way apply of net delta against stage HEAD. All 8 files applied cleanly including the new static/pwa-startup.js. Co-authored-by: AJV20 <abdielvc@me.com>
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"id": "./",
|
|
"name": "Hermes",
|
|
"short_name": "Hermes",
|
|
"description": "Hermes AI Agent Web UI",
|
|
"start_url": "./?source=pwa",
|
|
"scope": "./",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
|
|
"background_color": "#0D0D1A",
|
|
"theme_color": "#0D0D1A",
|
|
"orientation": "portrait-primary",
|
|
"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/favicon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "static/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "static/favicon-32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "static/favicon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "static/favicon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|