{
    "name": "Kochtopf",
    "short_name": "Kochtopf",
    "description": "Rezepte, Getränke und Wochenplaner für die Familie",
    "start_url": "/",
    "scope": "/",
    "id": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#8FCEAB",
    "background_color": "#FAF7F2",
    "lang": "de",
    "dir": "ltr",
    "categories": [
        "lifestyle",
        "food"
    ],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "Kochtopf_icon_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "Kochtopf_icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}