{
  "name": "Fuelivo",
  "short_name": "Fuelivo",
  "description": "Smart fueling calculator for endurance athletes",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#f8faf9",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "lang": "en",
  "icons": [
    {
      "src": "/static/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculate",
      "short_name": "Calculate",
      "url": "/calculate",
      "description": "Open the fueling calculator"
    },
    {
      "name": "Race Plan",
      "short_name": "Race Plan",
      "url": "/race-plan",
      "description": "Plan your race-day fueling"
    }
  ],
  "categories": ["health", "fitness", "sports"]
}
