{
  "name": "Platefully – Dein smarter Ernährungsplan",
  "short_name": "Platefully",
  "description": "AI-generierte Wochenpläne, Barcode-Scanner, Kochmodus und Einkaufsliste – alles in einer App.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#FAF8F3",
  "theme_color": "#6B8E7A",
  "orientation": "portrait",
  "categories": ["food", "health", "lifestyle"],
  "lang": "de",
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Heute",
      "short_name": "Heute",
      "url": "/app/today",
      "description": "Tages-Tracker öffnen"
    },
    {
      "name": "Neuer Plan",
      "short_name": "Plan",
      "url": "/app/new-plan",
      "description": "Neuen AI-Plan erstellen"
    }
  ]
}
