{
    "name": "Passport 2 Suitcase",
    "short_name": "P2S",
    "description": "AI-powered travel planning — personalized destinations, itineraries, and local tips.",
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#2563eb",
    "background_color": "#ffffff",
    "categories": [
        "travel",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Trip Planner",
            "short_name": "Planner",
            "url": "/trip-planner",
            "description": "Plan a new trip"
        },
        {
            "name": "Explore Destinations",
            "short_name": "Explore",
            "url": "/destination-explorer",
            "description": "Browse AI-recommended destinations"
        }
    ]
}