{
    "id": "/",
    "name": "RecipeBase",
    "short_name": "RecipeBase",
    "description": "Your digital recipe collection with AI-powered features, cook mode, and unit conversion",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "orientation": "portrait-primary",
    "dir": "ltr",
    "lang": "en",
    "prefer_related_applications": false,
    "categories": [
        "food",
        "lifestyle",
        "utilities"
    ],
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshots/recipe-list-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Recipe collection on mobile"
        },
        {
            "src": "/images/screenshots/recipe-detail-desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Recipe detail on desktop"
        }
    ],
    "shortcuts": [
        {
            "name": "My Recipes",
            "short_name": "Recipes",
            "url": "/recipes",
            "description": "Browse your recipe collection"
        },
        {
            "name": "Add Recipe",
            "short_name": "Add",
            "url": "/recipes/new",
            "description": "Create a new recipe"
        }
    ],
    "share_target": {
        "action": "/import",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}