{
  "name": "Connectrapy",
  "short_name": "Connectrapy",
  "description": "Affordable, accessible, culturally responsive teletherapy. Get matched in 24 hours.",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A2342",
  "theme_color": "#0A2342",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "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"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Find a Therapist",
      "url": "./?screen=match",
      "description": "Get matched with a therapist in 24 hours"
    },
    {
      "name": "My Sessions",
      "url": "./?screen=sessions",
      "description": "View upcoming and past sessions"
    }
  ]
}
