{
  "name": "Trainivo",
  "short_name": "Trainivo",
  "description": "Professionelle Coaching-Software für Bodybuilding-Coaches",
  "start_url": "/coach/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f9fb",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "lang": "de",
  "categories": ["fitness", "health", "business"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Check-ins",
      "short_name": "Check-ins",
      "description": "Offene Check-ins bearbeiten",
      "url": "/coach/check-ins",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Athleten",
      "short_name": "Athleten",
      "description": "Athleten verwalten",
      "url": "/coach/athletes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
