{
  "name": "Watchtower SOC",
  "short_name": "Watchtower",
  "description": "AI-powered SOC dashboard \u2014 triage alerts, manage incidents, monitor your estate.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#090d18",
  "theme_color": "#090d18",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "security",
    "business",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Alerts",
      "url": "/dashboard?tab=alerts",
      "description": "View active alerts"
    },
    {
      "name": "Cases",
      "url": "/dashboard?tab=incidents",
      "description": "View open cases"
    }
  ]
}