{
  "name": "PitchwerxOS",
  "short_name": "PitchwerxOS",
  "description": "Pitchwerx scheduling, coach command, player portals, and parent reports.",
  "id": "/",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050506",
  "theme_color": "#050506",
  "icons": [
    {
      "src": "/pitchwerx-media/chrome-logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pitchwerx-media/mark-x.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Coach Command",
      "short_name": "Coach",
      "description": "Open Pitchwerx coach command.",
      "url": "/login?role=trainer"
    },
    {
      "name": "Parent Portal",
      "short_name": "Parent",
      "description": "Open the parent scheduling portal.",
      "url": "/login?role=parent"
    }
  ]
}
