{
  "name": "PPL Tracker",
  "short_name": "PPL",
  "description": "Push Pull Legs – KI-gestützter Workout Tracker",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060606",
  "theme_color": "#060606",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/today.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Training starten"
    }
  ],
  "shortcuts": [
    {
      "name": "Training starten",
      "short_name": "Training",
      "description": "Direkt eine Trainingseinheit starten",
      "url": "/?screen=today",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ernährung loggen",
      "short_name": "Ernährung",
      "description": "Mahlzeit erfassen",
      "url": "/?screen=nutrition",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["health", "fitness", "sports"],
  "prefer_related_applications": false
}
