{
  "name": "GreenRank",
  "short_name": "GreenRank",
  "description": "The social golf league — for everyone.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8F5F0",
  "theme_color": "#1B4332",
  "orientation": "portrait",
  "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"
    }
  ],
  "categories": ["sports", "social"],
  "shortcuts": [
    {
      "name": "Live Round",
      "short_name": "Live Round",
      "description": "Start tracking a round hole by hole",
      "url": "/rounds/live",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log Round",
      "short_name": "Log Round",
      "description": "Log a completed round",
      "url": "/rounds/log",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
