{
  "name": "Matilda — HK-Hospital Assistant",
  "short_name": "Matilda",
  "description": "AI-powered appointment scheduling assistant for HK-Hospital",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1c3463",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Start booking an appointment",
      "url": "/?action=book",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
