{
  "name": "Billa — NDIS Platform",
  "short_name": "Billa",
  "description": "NDIS service notes, audit trails, and claim preparation for Australian support workers.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#4C1D95",
  "theme_color": "#6D28D9",
  "orientation": "portrait-primary",
  "categories": ["medical", "business", "productivity"],
  "lang": "en-AU",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New Note",
      "description": "Create a new service note",
      "url": "/notes/new",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Participants",
      "short_name": "Participants",
      "description": "View participants",
      "url": "/participants",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
