{
  "name": "GolfSlap",
  "short_name": "GolfSlap",
  "description": "Your golf companion to track scores, stats, and progress",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["sports", "health", "education"],
  "icons": [
    {
      "src": "/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start New Round",
      "short_name": "New Round",
      "description": "Begin a new golf round",
      "url": "/rounds/new"
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View your round history",
      "url": "/history"
    }
  ]
}
