
{
  "name": "Pinseeker Golf",
  "short_name": "Pinseeker",
  "description": "Live golf trip scoring app for Pinseeker Golf 2026",
  "start_url": "/pinseeker",
  "scope": "/pinseeker",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b3d2e",
  "theme_color": "#0b3d2e",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pinseeker Golf 2026 App"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Pinseeker Golf 2026 Scoring"
    }
  ],
  "categories": ["sports", "lifestyle"],
  "shortcuts": [
    {
      "name": "Live Scorecard",
      "short_name": "Scorecard",
      "description": "Track live golf scores",
      "url": "/pinseeker/scorecard",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Bourbon Round",
      "short_name": "Bourbon",
      "description": "Track bourbon penalties",
      "url": "/pinseeker/bourbon",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaders",
      "description": "View tournament standings",
      "url": "/pinseeker/leaderboard",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
