{
  "name": "Elmwood Country Club",
  "short_name": "Elmwood C.C.",
  "description": "Member app for Elmwood Country Club — Marshalltown, Iowa",
  "lang": "en-US",
  "theme_color": "#0e1a0e",
  "background_color": "#0e1a0e",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/rounds",
  "categories": ["sports", "lifestyle"],
  "icons": [
    {
      "src": "/app_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app_icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app_icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start New Round",
      "url": "/rounds/new",
      "description": "Begin a new round of golf"
    },
    {
      "name": "Tee Times",
      "url": "/tee-times",
      "description": "View and book tee times"
    },
    {
      "name": "Events",
      "url": "/events",
      "description": "Club events and RSVP"
    }
  ]
}
