{
  "name": "MindCove",
  "short_name": "MindCove",
  "description": "Find your therapist — not a directory",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FEFDFB",
  "theme_color": "#7A8B6F",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "categories": ["health", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/",
      "type": "text/html",
      "form_factor": "narrow",
      "label": "Find your therapist"
    }
  ],
  "shortcuts": [
    {
      "name": "Find a Therapist",
      "short_name": "Match",
      "description": "Start the therapist matching quiz",
      "url": "/match",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
