{
  "short_name": "BogScout",
  "background_color": "#ffffff",
  "scope": "/",
  "icons": [
    {
      "src": "/images/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "name": "Bog Scout",
  "theme_color": "#3a9a52",
  "start_url": "/",
  "description": "Helping Cranberry Growers identify faster and act smarter.",
  "display": "standalone"
}