{
  "name": "Herdstück",
  "short_name": "Herdstück",
  "description": "Dein persönliches digitales Kochbuch",
  "lang": "de",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1d546d",
  "background_color": "#faf8f5",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neues Rezept",
      "short_name": "Neu",
      "url": "/rezept/neu",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Wochenplan",
      "short_name": "Wochenplan",
      "url": "/wochenplan",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Einkaufsliste",
      "short_name": "Einkaufen",
      "url": "/einkaufen",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
