{
  "name": "EvoFitLab Athlete Hub",
  "short_name": "EvoFitLab",
  "description": "Mobile training, workout logging, readiness and performance portal for EvoFitLab athletes and coaches.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#101820",
  "theme_color": "#101820",
  "categories": [
    "fitness",
    "sports",
    "health"
  ],
  "icons": [
    {
      "src": "/icons/evofitlab-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/evofitlab-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Workout",
      "url": "/app/athlete/planned-workouts",
      "icons": [
        {
          "src": "/icons/evofitlab-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Daily Check-In",
      "short_name": "Check-In",
      "url": "/app/athlete/check-in",
      "icons": [
        {
          "src": "/icons/evofitlab-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}

