{
    "name": "EasyTravelDeals",
    "short_name": "ETD",
    "description": "Charter flights, agent portal, and ticket management — on the go.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#F5F7FB",
    "theme_color": "#0F1E4A",
    "lang": "en",
    "dir": "auto",
    "categories": ["travel", "business", "productivity"],
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/favicon.ico",
            "sizes": "48x48 64x64",
            "type": "image/x-icon"
        }
    ],
    "shortcuts": [
        {
            "name": "Search flights",
            "short_name": "Search",
            "url": "/flights"
        },
        {
            "name": "Bookings",
            "short_name": "Bookings",
            "url": "/agent/bookings"
        },
        {
            "name": "Manage booking",
            "short_name": "MMB",
            "url": "/manage-booking"
        }
    ],
    "prefer_related_applications": false
}
