{
  "name": "Klaro-AIOps",
  "short_name": "Klaro",
  "description": "Enterprise AIOps platform — observability, incident response, AI copilot, and self-service infrastructure.",
  "start_url": "/overview",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0a1628",
  "background_color": "#0a1628",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Copilot",
      "short_name": "Copilot",
      "description": "Chat with the AI operations copilot",
      "url": "/copilot",
      "icons": [{ "src": "assets/icons/shortcut-copilot.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Current Incidents",
      "short_name": "Incidents",
      "description": "Active incidents and on-call status",
      "url": "/incidents",
      "icons": [{ "src": "assets/icons/shortcut-incidents.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Acknowledge Top Alert",
      "short_name": "Ack Alert",
      "description": "Jump to the highest-severity open alert",
      "url": "/alerts?action=ack-top",
      "icons": [{ "src": "assets/icons/shortcut-alerts.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Page On-Call",
      "short_name": "On-Call",
      "description": "View and page the current on-call engineer",
      "url": "/oncall",
      "icons": [{ "src": "assets/icons/shortcut-oncall.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/copilot",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "shared",
      "url": "url"
    }
  }
}
