{
    "name": "BharatYatra",
    "short_name": "BharatYatra",
    "description": "India's smartest travel budget planner. Calculate trip costs for Goa, Kerala, Rajasthan & more.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0b0f19",
    "theme_color": "#ff6b35",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "./icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["travel", "lifestyle", "utilities"],
    "shortcuts": [
        {
            "name": "Plan a Trip",
            "short_name": "Plan",
            "description": "Open the budget calculator",
            "url": "./index.html#calculator",
            "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
