{
  "name": "TechOps On-Call",
  "short_name": "OnCall",
  "description": "Incident management and on-call scheduling platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View incident dashboard"
    },
    {
      "name": "Incidents",
      "url": "/incidents",
      "description": "View all incidents"
    },
    {
      "name": "On-Call Schedule",
      "url": "/schedules",
      "description": "View on-call rotation"
    }
  ]
}
