{
    "name": "Recipe Book",
    "short_name": "Recipes",
    "description": "A privacy-focused recipe management application by The Privacy App team.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#7c3aed",
    "orientation": "any",
    "categories": [
        "food",
        "lifestyle",
        "productivity"
    ],
    "icons": [
        {
            "src": "/static/images/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/static/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Add Recipe",
            "short_name": "Add",
            "description": "Add a new recipe",
            "url": "/add",
            "icons": [
                {
                    "src": "/static/images/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Discover Recipes",
            "short_name": "Discover",
            "description": "Browse public recipes",
            "url": "/discover",
            "icons": [
                {
                    "src": "/static/images/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}