{
    "name": "MyJet24 — Free Dummy Ticket Generator",
    "short_name": "MyJet24",
    "description": "Free dummy ticket generator for visa applications and proof of onward travel. Embassy-accepted PDF in 30 seconds, no credit card.",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0c0818",
    "theme_color": "#7c3aed",
    "lang": "en",
    "dir": "ltr",
    "categories": ["travel", "utilities", "productivity"],
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Generate Dummy Ticket",
            "short_name": "Ticket",
            "description": "Create a free flight reservation PDF",
            "url": "/?tab=ticket&utm_source=pwa_shortcut",
            "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192"}]
        },
        {
            "name": "Hotel Booking",
            "short_name": "Hotel",
            "description": "Create a free hotel reservation PDF",
            "url": "/hotel-booking?utm_source=pwa_shortcut",
            "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192"}]
        },
        {
            "name": "Visa Checker",
            "short_name": "Visa",
            "description": "Check visa requirements",
            "url": "/visa-checker?utm_source=pwa_shortcut",
            "icons": [{"src": "/icons/icon-192x192.png", "sizes": "192x192"}]
        }
    ]
}
