{
  "name": "In The Zone Golf Coaching",
  "short_name": "ITZ Golf",
  "description": "Track your mental game on the golf course with the In The Zone Mental Scorecard",
  "start_url": "/golfer-app",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#16a34a",
  "orientation": "portrait",
  "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"
    }
  ],
  "categories": ["sports", "health", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Round",
      "short_name": "New Round",
      "description": "Start a new scorecard",
      "url": "/golfer-app/scorecard/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
