{
  "id": "/",

  "name": "RelationalWork",
  "short_name": "RelationalWork",
  "description": "A demonstration of RelationalWork: one therapist's day, from the first client of the morning to the last superbill. Everyone in it is invented.",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "orientation": "any",

  "background_color": "#F9F6F0",
  "theme_color": "#FFFDFA",

  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/dashboard-wide.png",
      "type": "image/png",
      "sizes": "1440x900",
      "form_factor": "wide",
      "label": "The day, on a laptop"
    },
    {
      "src": "/screenshots/dashboard-narrow.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow",
      "label": "The day, on a phone"
    }
  ],

  "shortcuts": [
    {
      "name": "Therapy View",
      "short_name": "Therapy",
      "description": "Get to work",
      "url": "/dashboard"
    },
    {
      "name": "Admin View",
      "short_name": "Admin",
      "description": "Manage your practice",
      "url": "/admin"
    },
    {
      "name": "Practitioner View",
      "short_name": "Practitioner",
      "description": "Manage yourself",
      "url": "/practitioner"
    }
  ]
}
