{
  "name": "Sentry",
  "short_name": "Sentry",
  "description": "Professional security management platform with occurrence tracking, geofencing, QR access, and real-time monitoring",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0F172A",
  "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": ["business", "productivity"],
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Clock In / Out",
      "short_name": "Clock",
      "description": "Quick access to kiosk clock-in",
      "url": "/kiosk",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Occurrence Book",
      "short_name": "Occurrences",
      "description": "Log and view security occurrences",
      "url": "/admin/occurrence-book",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "PTT Dashboard",
      "short_name": "PTT",
      "description": "Push-to-Talk control room",
      "url": "/admin/ptt-dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}