{
  "name": "Reps — Athletic Performance",
  "short_name": "Reps",
  "description": "Humble reps, every day. Track athlete progress through repeated measurement.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#001529",
  "background_color": "#001529",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Athletes",
      "short_name": "Athletes",
      "description": "View your roster",
      "url": "/dashboard/athletes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Evaluation",
      "short_name": "Evaluate",
      "description": "Start a new evaluation session",
      "url": "/dashboard/evaluations/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
