{
  "id": "/coach-portal.html",
  "name": "TGA Coach Portal",
  "short_name": "TGA Coach",
  "description": "The Golf Athlete — internal coach tools: leads database and performance screen.",
  "start_url": "/coach-portal.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "background_color": "#0f0f10",
  "theme_color": "#0f0f10",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Leads",
      "short_name": "Leads",
      "description": "Open the leads database",
      "url": "/leads.html"
    },
    {
      "name": "Assessment",
      "short_name": "Assess",
      "description": "Open the performance screen",
      "url": "/coach-portal.html"
    }
  ]
}
