{
  "name": "Bula Golf — Fiji Handicap Tracker",
  "short_name": "Bula Golf",
  "description": "Record rounds, calculate your WHS handicap, book Fiji tee times and track Strokes Gained — all from your phone.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8F7F3",
  "theme_color": "#0F2537",
  "categories": ["sports", "lifestyle", "travel"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New round",
      "short_name": "New round",
      "url": "/rounds/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Book a tee time",
      "short_name": "Book",
      "url": "/booking?tab=tee-times",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
