{
  "name": "Chip & Chill — Golf Operating System",
  "short_name": "Chip & Chill",
  "description": "Multi-tenant golf course booking, live digital scorecard, TrackMan simulator bays, and WHS handicap tracking.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B3024",
  "theme_color": "#0B3024",
  "orientation": "portrait-primary",
  "categories": ["sports", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "48x48 96x96",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Tee Time",
      "short_name": "Book",
      "description": "Reserve a tee slot at premier golf clubs",
      "url": "/booking",
      "icons": [{ "src": "/favicon.svg", "sizes": "48x48" }]
    },
    {
      "name": "In-Round Scorecard",
      "short_name": "Scorecard",
      "description": "Live hole-by-hole on-course scoring",
      "url": "/rounds/new",
      "icons": [{ "src": "/favicon.svg", "sizes": "48x48" }]
    },
    {
      "name": "Clubhouse Passes",
      "short_name": "Passes",
      "description": "View QR check-in codes and reservations",
      "url": "/bookings",
      "icons": [{ "src": "/favicon.svg", "sizes": "48x48" }]
    },
    {
      "name": "Stats & Handicap",
      "short_name": "Stats",
      "description": "Official WHS handicap index and game analysis",
      "url": "/stats",
      "icons": [{ "src": "/favicon.svg", "sizes": "48x48" }]
    }
  ]
}
