{
  "id": "/",
  "name": "Mum in One",
  "short_name": "Mum in One",
  "description": "All the postpartum support you need, in one app.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#fdf4f8",
  "theme_color": "#e84a8a",
  "prefer_related_applications": false,
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Browse Specialists",
      "short_name": "Browse",
      "url": "/browse",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Appointments",
      "short_name": "Schedule",
      "url": "/appointments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
