{
  "name": "Bar Crawl Golf",
  "short_name": "BCG",
  "id": "/",
  "scope": "/",
  "description": "Your Crawl. Your Rules. Track your bar crawl like a round of golf.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0f1a0a",
  "theme_color": "#0f1a0a",
  "orientation": "portrait",
  "categories": ["sports", "social", "lifestyle", "games"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "icons": [
    { "src": "/icon-painted-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/splash-2026.png",
      "sizes": "768x1376",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bar Crawl Golf — painted golden-hour splash"
    },
    {
      "src": "/tournament-hero-2026.png",
      "sizes": "1376x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bar Crawl Golf — Tournament brackets"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Crawl",
      "short_name": "Create",
      "description": "Start a new crawl with friends",
      "url": "/?source=shortcut&intent=create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Join Crawl",
      "short_name": "Join",
      "description": "Enter a 6-character invite code",
      "url": "/?source=shortcut&intent=join",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Bar Crawl Planner",
      "short_name": "Planner",
      "description": "Let the caddie plan your route",
      "url": "/?source=shortcut&intent=ai",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
