{
  "name": "Buddies on the Green",
  "short_name": "BOTG",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["sports", "social"],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "share_url"
    }
  },
  "icons": [
    { "src": "/Buddies_on_the_Green_Logo_192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/Buddies_on_the_Green_Logo_384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/Buddies_on_the_Green_Logo_512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/Buddies_on_the_Green_Logo_1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Quick Start Round",
      "short_name": "Start",
      "description": "Start a new round quickly",
      "url": "/progressive-score?action=create",
      "icons": [{ "src": "/Buddies_on_the_Green_Logo_192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Stats",
      "short_name": "Stats",
      "description": "View your golf statistics and history",
      "url": "/rounds",
      "icons": [{ "src": "/Buddies_on_the_Green_Logo_192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find Buddies",
      "short_name": "Buddies",
      "description": "Connect with golf buddies",
      "url": "/buddies",
      "icons": [{ "src": "/Buddies_on_the_Green_Logo_192.png", "sizes": "192x192" }]
    },
    {
      "name": "Active Rounds",
      "short_name": "Active",
      "description": "View your active rounds",
      "url": "/progressive-score",
      "icons": [{ "src": "/Buddies_on_the_Green_Logo_192.png", "sizes": "192x192" }]
    }
  ]
}


