{
  "name": "CarbFlow — Carb-Rechner für Ausdauersport",
  "short_name": "CarbFlow",
  "description": "Wissenschaftlich fundierter Kohlenhydrat-Rechner für Triathlon, Marathon, Rennrad und mehr.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#f5a623",
  "background_color": "#06080b",
  "lang": "de",
  "categories": ["sports", "health", "fitness"],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Triathlon berechnen",
      "short_name": "Triathlon",
      "description": "Direkt zur Triathlon-Berechnung",
      "url": "/?sport=triathlon",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Marathon berechnen",
      "short_name": "Marathon",
      "description": "Direkt zur Marathon-Berechnung",
      "url": "/?sport=marathon",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Rennrad berechnen",
      "short_name": "Rennrad",
      "description": "Direkt zur Rennrad-Berechnung",
      "url": "/?sport=cycling",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
