{
  "id": "/",
  "short_name": "ShotTracker",
  "name": "Golf Range Shot Tracker",
  "icons": [
    {
      "src": "/static/icon.png",
      "type": "image/png",
      "sizes": "1024x1024"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "background_color": "#0b0f19",
  "theme_color": "#818cf8",
  "display": "standalone",
  "orientation": "portrait",
  "screenshots": [
    {
      "src": "/static/screenshot_mobile.jpg",
      "type": "image/jpeg",
      "sizes": "768x1376"
    },
    {
      "src": "/static/screenshot_desktop.jpg",
      "type": "image/jpeg",
      "sizes": "1376x768",
      "form_factor": "wide"
    }
  ]
}
