{
  "name": "RecEnvy",
  "short_name": "RecEnvy",
  "description": "Games, clubs, facilities, teams, RSVPs, and alerts in one recreation network.",
  "id": "/member",
  "start_url": "/member?source=pwa",
  "scope": "/",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#f2542d",
  "background_color": "#f7f8fa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "categories": ["sports", "social", "lifestyle", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "My games and clubs",
      "short_name": "My games",
      "url": "/member",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open Sierra Spikes",
      "short_name": "Sierra Spikes",
      "url": "/member?tenant=sierraspikes",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
