{
  "name": "Open Squash \u2014 Lessons",
  "short_name": "OS Lessons",
  "description": "Request a lesson and see where it stands.",
  "start_url": "/portal?src=home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2f4f9",
  "theme_color": "#002D78",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}