{
  "id": "/",
  "name": "Scribble",
  "short_name": "Scribble",
  "description": "Scribble matches, accept challenges, and organize squads with your golf crew.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#FFFFFF",
  "theme_color": "#0F3D2E",
  "categories": ["sports", "social", "lifestyle"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Clubhouse", "short_name": "Clubhouse", "url": "/clubhouse" },
    { "name": "New Scribble", "short_name": "Scribble", "url": "/scribble" },
    { "name": "Results", "short_name": "Results", "url": "/results" },
    { "name": "Roster", "short_name": "Roster", "url": "/roster" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Scribble on desktop"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Scribble on mobile"
    }
  ]
}
