{
  "name": "OpsPulse Guard",
  "short_name": "OpsPulse",
  "description": "Security guard field app — clock in, report incidents, view post orders, and manage your shift from your phone.",
  "start_url": "/guard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/shield.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock In",
      "url": "/guard",
      "description": "Start your shift"
    },
    {
      "name": "Report Incident",
      "url": "/guard",
      "description": "File an incident report"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
