{
  "name": "GolfAfric - Tee Times, Tournaments & Check-In",
  "short_name": "GolfAfric",
  "description": "Find golf courses, check tournaments and tee times, pay your green fee, and check in with the golf admin.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#122016",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "lifestyle", "travel"],
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Detect your golf course and check in",
      "url": "/checkin",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search Courses",
      "short_name": "Search",
      "description": "Find and book golf courses",
      "url": "/search",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Tee Times",
      "short_name": "Tee Times",
      "description": "View your tee times and tournaments",
      "url": "/bookings",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    }
  ]
}
