{
  "name": "Fairway — Golf Scorecard",
  "short_name": "Fairway",
  "description": "Track every round, every shot. Mobile-first golf scorecard with WHS handicap tracking.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#090d0b",
  "theme_color": "#090d0b",
  "categories": ["sports", "lifestyle"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Round",
      "short_name": "Play",
      "description": "Start a new round",
      "url": "/new-round",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your stats",
      "url": "/profile",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
