{
  "name": "Local Aid - NDIS Proof-of-Service",
  "short_name": "Local Aid",
  "description": "NDIS proof-of-service platform for capturing and verifying service delivery evidence",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0C1628",
  "background_color": "#0C1628",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Provider dashboard — service events overview"
    },
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Provider dashboard — desktop view"
    }
  ]
}
