{
  "name": "Upstroke Golf",
  "short_name": "Upstroke",
  "description": "Organize your group. Compete. Settle up.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#00263d",
  "theme_color": "#00263d",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "utilities"],
  "shortcuts": [
    {
      "name": "My Events",
      "short_name": "Events",
      "description": "View upcoming golf events",
      "url": "/events",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Groups",
      "short_name": "Groups",
      "description": "Manage your golf groups",
      "url": "/groups",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Player Profiles",
      "short_name": "Players",
      "description": "View player profiles and stats",
      "url": "/players",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — Your golf groups, events, and handicap at a glance"
    },
    {
      "src": "/screenshots/scoring.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live Scoring — Enter scores hole-by-hole on the course"
    },
    {
      "src": "/screenshots/leaderboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Events — Browse and manage your golf events"
    },
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard — Full desktop view with stats and activity"
    },
    {
      "src": "/screenshots/desktop-scoring.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Scoring — Desktop scoring with full scorecard view"
    }
  ],
  "_screenshots_note": "Run 'npx playwright test pwa-screenshots --project=chromium' to generate screenshots. See public/screenshots/README.md for manual capture instructions."
}
