{
  "name": "Golf Distance Caddy",
  "short_name": "Caddy",
  "description": "Your own carry distance for every club at every swing, and the right club for the number in front of you.",
  "start_url": "/caddy.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#EAF2E2",
  "theme_color": "#102D0E",
  "categories": ["sports", "utilities"],
  "icons": [
    {
      "src": "/gdc-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gdc-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gdc-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
