{
    "name": "GoTripx - Premium Travel",
    "short_name": "GoTripx",
    "description": "Premium Travel Experiences & Adventures.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0B0F19",
    "theme_color": "#0B0F19",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/logo_192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/logo_512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "View Tours",
            "short_name": "Tours",
            "description": "Browse our premium tours",
            "url": "/tours",
            "icons": [
                {
                    "src": "/images/logo.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}