{
  "name": "Fairway HQ - Golf Scoring",
  "short_name": "Fairway HQ",
  "description": "Track live golf scores, player stats, and compete in leagues. Works offline!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1729",
  "theme_color": "#1e5631",
  "orientation": "any",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["sports", "utilities"],
  "shortcuts": [
    {
      "name": "Enter Scores",
      "short_name": "Scores",
      "description": "Quick access to score entry",
      "url": "/rounds?action=enter",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Schedule",
      "short_name": "Schedule",
      "description": "Check upcoming matches",
      "url": "/?tab=schedule",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Leagues",
      "short_name": "Leagues",
      "description": "View league standings",
      "url": "/leagues",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaders",
      "description": "Current standings",
      "url": "/?tab=leaderboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/rounds?share=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "scorecard",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
