{
    "name": "OurBride - Wedding Services & Vendor Marketplace",
    "short_name": "OurBride",
    "description": "Premier wedding services and vendor marketplace connecting brides with trusted wedding professionals across the Middle East.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": [
        "lifestyle",
        "business",
        "wedding",
        "planning"
    ],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Find Vendors",
            "short_name": "Vendors",
            "description": "Browse wedding vendors and professionals",
            "url": "/providers",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Wedding Services",
            "short_name": "Services",
            "description": "Explore wedding services and packages",
            "url": "/services",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Contact Us",
            "short_name": "Contact",
            "description": "Get in touch with wedding experts",
            "url": "/contact",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://our-bride.online"
        }
    ],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": "navigate-existing"
    }
}