{
  "name": "Golf Insights",
  "short_name": "Golf Insights",
  "description": "Track your rounds. Find where you're losing strokes. Improve your game.",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f7f2",
  "theme_color": "#4b5320",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Golf Insights dashboard on desktop"
    },
    {
      "src": "/static/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Golf Insights dashboard on mobile"
    }
  ]
}
