{
    "name": "Einfach Mahlzeit",
    "short_name": "Mahlzeit",
    "description": "Rezepte finden, Portionen anpassen und Einkäufe planen.",
    "lang": "de-DE",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#FFFDF9",
    "theme_color": "#C35B34",
    "categories": ["food", "lifestyle", "utilities"],
    "icons": [
        {
            "src": "/app-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/app-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/app-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Rezepte suchen",
            "short_name": "Rezepte",
            "description": "Alltagstaugliche Rezepte finden.",
            "url": "/rezepte"
        },
        {
            "name": "Kartoffel-Gemüse-Eintopf",
            "short_name": "Eintopf",
            "description": "Beispielrezept direkt öffnen.",
            "url": "/rezepte/kartoffel-gemuese-eintopf"
        }
    ]
}
