{
    "name": "Recipe Card Maker",
    "short_name": "Recipe Card ",
    "description": "Design beautiful recipe cards with ingredients, steps, and photos. Choose from 5 templates, customize colors, and export as PNG or PDF.",
    "start_url": "/en/app/recipe-card-maker",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#FFF7ED",
    "background_color": "#FFF7ED",
    "scope": "/en/app/recipe-card-maker",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/recipe-card-maker/recipe-card-maker-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/recipe-card-maker/recipe-card-maker-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}