{
  "name": "Evenflow",
  "short_name": "Evenflow",
  "description": "Deine persönliche Trainings-App",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf9f5",
  "theme_color": "#cc785c",
  "orientation": "portrait",
  "lang": "de",
  "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 maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Wochenplan",
      "url": "/week-plan",
      "description": "Aktueller Wochenplan"
    },
    {
      "name": "Übungen",
      "url": "/exercises",
      "description": "Alle Übungen"
    }
  ]
}
