{
    "name": "WedPlan — Wedding Planning Made Easy",
    "short_name": "WedPlan",
    "description": "Plan your perfect wedding — guest lists, seating, budgets, vendors and more.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#FFF8F0",
    "theme_color": "#ff3399",
    "lang": "en",
    "categories": ["lifestyle", "utilities"],

    "icons": [
        {
            "src": "/public/icons/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/public/icons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/public/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/public/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}