{
  "name": "Krotiva Hermes",
  "short_name": "Hermes",
  "description": "Operator console for the Krotiva Hermes agent",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Chat",
      "url": "/",
      "description": "Chat with Hermes"
    },
    {
      "name": "Secrets Vault",
      "url": "/secrets",
      "description": "Manage Hermes secrets"
    }
  ]
}
