{
    "name": "ReelsMeals",
    "short_name": "ReelsMeals",
    "description": "Transform any recipe video or website into beautifully formatted, savable recipes that you can access anytime.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#570df8",
    "icons": [
        {
            "src": "/logos/app-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/logos/app-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile-1.webp",
            "sizes": "540x720",
            "type": "image/webp",
            "label": "Easily save recipes from anywhere"
        },
        {
            "src": "/screenshots/mobile-2.webp",
            "sizes": "540x720",
            "type": "image/webp",
            "label": "View your recipes clearly"
        },
        {
            "src": "/screenshots/desktop-1.webp",
            "sizes": "1280x800",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "Customize your recipes"
        }
    ],
    "share_target": {
        "action": "/handle-shared-recipe",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}