{
  "name": "Fishing Derby",
  "short_name": "Derby",
  "description": "Fishing derby chat, boats, members, fish catches, and results.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#e8f1f6",
  "theme_color": "#25769f",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}