{
  "name": "Atlas Kitchen",
  "short_name": "Atlas Kitchen",
  "description": "Intelligente Küche — Mahlzeiten planen, Vorräte prüfen, Einkauf optimieren.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d0f0c",
  "theme_color": "#0d0f0c",
  "orientation": "portrait-primary",
  "lang": "de",
  "icons": [
    {
      "src": "/assets/kitchen/png/128/atlas-kitchen-sigil.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/kitchen/png/atlas-kitchen-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/kitchen/png/192-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/kitchen/png/256/atlas-kitchen-sigil.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/kitchen/png/atlas-kitchen-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/kitchen/png/512/atlas-kitchen-sigil.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/kitchen/png/screenshot-mobile-recipes.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Rezeptbibliothek"
    },
    {
      "src": "/assets/kitchen/png/screenshot-mobile-plan.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Wochenplan"
    }
  ],
  "categories": [
    "food",
    "lifestyle",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Rezepte",
      "short_name": "Rezepte",
      "description": "Rezepte durchsuchen",
      "url": "/?tab=recipes",
      "icons": [
        {
          "src": "/assets/kitchen/png/128/icon-recipes-mealie.png",
          "sizes": "128x128"
        }
      ]
    },
    {
      "name": "Wochenplan",
      "short_name": "Plan",
      "description": "Wochenplan anzeigen",
      "url": "/?tab=plan",
      "icons": [
        {
          "src": "/assets/kitchen/png/128/icon-weekly-plan.png",
          "sizes": "128x128"
        }
      ]
    },
    {
      "name": "Einkauf",
      "short_name": "Einkauf",
      "description": "Einkaufsliste öffnen",
      "url": "/?tab=delivery",
      "icons": [
        {
          "src": "/assets/kitchen/png/128/icon-cart.png",
          "sizes": "128x128"
        }
      ]
    }
  ]
}