{
  "name": "GolfIQ AI",
  "short_name": "GolfIQ",
  "description": "AI-powered golf coaching — swing analysis, club recommendations & round tracking",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0A1628",
  "theme_color": "#2D6A4F",
  "orientation": "portrait-primary",
  "categories": ["sports", "health", "fitness"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Analyze Swing",
      "short_name": "Analyze",
      "url": "/swing-analyzer",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "New Round",
      "short_name": "Round",
      "url": "/round-tracker",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "AI Caddie",
      "short_name": "Caddie",
      "url": "/ai-caddie",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
