{
  "name": "Freibissen - KI Rezeptassistent",
  "short_name": "Freibissen",
  "id": "/freibissen/",
  "description": "Dein intelligenter Koch-Assistent mit Offline-KI, Allergie-Sicherheit und personalisierten Rezepten.",
  "start_url": "/freibissen/",
  "scope": "/freibissen/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FFF8F0",
  "theme_color": "#FAF5EE",
  "lang": "de",
  "dir": "ltr",
  "categories": ["food", "health", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Wochenplan",
      "short_name": "Plan",
      "description": "Wochenplan für 5 Tage erstellen",
      "url": "/freibissen/?mode=plan",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Kühlschrank-Check",
      "short_name": "Kühlschrank",
      "description": "Rezept aus vorhandenen Zutaten",
      "url": "/freibissen/?mode=fridge",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Einkaufsliste",
      "short_name": "Einkauf",
      "description": "Deine Einkaufsliste öffnen",
      "url": "/freibissen/?view=shop",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Wähle Mahlzeit, Zeit und Stimmung"
    },
    {
      "src": "screenshots/result.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Personalisiertes Rezept mit Nährwerten"
    },
    {
      "src": "screenshots/wellness.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Gesundheitsblog: Ernährung, Sport, Hausmittel"
    }
  ]
}
