{
  "name": "Neat Living Supports",
  "short_name": "Neat Living",
  "description": "NDIS Service Management Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1BB0C1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/neat-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/neat-logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "healthcare"],
  "shortcuts": [
    {
      "name": "My Shifts",
      "short_name": "Shifts",
      "description": "View your shifts",
      "url": "/staff/my-shifts",
      "icons": [{ "src": "/neat-logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Check in to a shift",
      "url": "/staff/my-shifts?action=check-in",
      "icons": [{ "src": "/neat-logo-192.png", "sizes": "192x192" }]
    }
  ]
}