{
  "name": "Xordinari Golf",
  "short_name": "Xordinari",
  "description": "Golf scoring, leagues, handicap, AI insights — all in one place.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0e1a14",
  "theme_color": "#0e1a14",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your stats and AI insights",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Plan a Round",
      "short_name": "Play",
      "description": "Schedule your next round",
      "url": "/play",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tournaments",
      "short_name": "Tournaments",
      "description": "Find golf tournaments near you",
      "url": "/tournaments",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["sports", "health", "lifestyle"],
  "lang": "en-US"
}
