{
  "name": "FETS.LIVE",
  "short_name": "FETS.LIVE",
  "description": "FETS.LIVE - Advanced workforce management system with real-time operational insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0fdfa",
  "theme_color": "#14b8a6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/fets-point-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/fets-point-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View the command center dashboard",
      "url": "/?shortcut=dashboard",
      "icons": [
        {
          "src": "/fets-point-logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Roster",
      "short_name": "Roster",
      "description": "Manage staff roster and schedules",
      "url": "/?shortcut=roster",
      "icons": [
        {
          "src": "/fets-point-logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View FETS calendar and sessions",
      "url": "/?shortcut=calendar",
      "icons": [
        {
          "src": "/fets-point-logo.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}