{
    "name": "VahanFlow Transport Management",
    "short_name": "VahanFlow",
    "description": "Install VahanFlow and open your transport management workspace like a desktop app.",
    "id": "/?app=vahanflow",
    "start_url": "/login?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "browser"],
    "orientation": "any",
    "background_color": "#f7f8fb",
    "theme_color": "#0b83d8",
    "categories": ["business", "productivity", "utilities"],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/images/vahanflow-icon.png",
            "sizes": "640x640",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/vahanflow-icon.png",
            "sizes": "640x640",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Open your VahanFlow dashboard",
            "url": "/dashboard?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/images/vahanflow-icon.png",
                    "sizes": "640x640",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Trip Management",
            "short_name": "Trips",
            "description": "Open trip management",
            "url": "/trips?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/images/vahanflow-icon.png",
                    "sizes": "640x640",
                    "type": "image/png"
                }
            ]
        }
    ]
}
