{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Aegis Portal",
  "short_name": "Aegis",
  "description": "SOC analyst portal: tenant-grounded chat, investigations, and shared sessions for Hermanson Company security.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#2d3a5f",
  "background_color": "#fafaf7",
  "icons": [
    {
      "src": "/icons/aegis-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/aegis-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/aegis-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/aegis-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "New chat",
      "description": "Start a new Aegis chat session",
      "url": "/chat?new=1",
      "icons": [
        { "src": "/icons/aegis-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Knowledge base",
      "short_name": "Knowledge",
      "description": "Browse the Aegis knowledge corpus",
      "url": "/knowledge",
      "icons": [
        { "src": "/icons/aegis-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "categories": ["productivity", "security", "business"],
  "prefer_related_applications": false
}
