{
  "name": "UTLC Training",
  "short_name": "UTLC",
  "description": "Lactate-based endurance training coach platform",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#212529",
  "theme_color": "#198754",
  "lang": "en",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "My Week",
      "url": "/AthleteWorkouts/MyWeek?athleteId=0",
      "description": "View your training week"
    },
    {
      "name": "Notifications",
      "url": "/Notifications",
      "description": "View all notifications"
    }
  ]
}
