{
  "name": "Essensplaner",
  "short_name": "Essen",
  "description": "Mahlzeitenplanung und Rezepte",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAFAF8",
  "theme_color": "#2D5016",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mahlzeiten",
      "url": "/mahlzeiten",
      "description": "Mahlzeiten-Bibliothek"
    },
    {
      "name": "Neue Mahlzeit",
      "url": "/mahlzeit/neu",
      "description": "Neue Mahlzeit hinzufügen"
    }
  ]
}
