{
  "name": "NSA \u2014 National Stuttering Association",
  "short_name": "NSA",
  "description": "Find chapters, events, and support resources from the National Stuttering Association. If you stutter, you are not alone.",
  "id": "/",
  "start_url": "/launch",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF6FB",
  "theme_color": "#61116A",
  "lang": "en-US",
  "categories": [
    "health",
    "lifestyle",
    "education"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find a chapter",
      "url": "./index.html#chapters",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Upcoming events",
      "url": "./index.html#events",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}