{
    "name": "Culina — Recipe Discovery",
    "short_name": "Culina",
    "description": "Discover, save, and cook delicious recipes. Your personal digital cookbook.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f5f0e1",
    "theme_color": "#a8c256",
    "orientation": "any",
    "categories": [
        "food",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Browse Recipes",
            "short_name": "Recipes",
            "url": "/recipes",
            "icons": []
        },
        {
            "name": "My Cookbook",
            "short_name": "Cookbook",
            "url": "/cookbook",
            "icons": []
        },
        {
            "name": "Meal Planner",
            "short_name": "Planner",
            "url": "/meal-planner",
            "icons": []
        }
    ]
}