{
    "name": "MojoTickets",
    "short_name": "MojoTickets",
    "description": "Discover events and buy tickets in seconds. Organizers manage events, sales and check-in on the go.",
    "id": "/",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait-primary",
    "background_color": "#08153D",
    "theme_color": "#08153D",
    "lang": "en",
    "dir": "ltr",
    "categories": ["events", "entertainment", "lifestyle"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse events",
            "short_name": "Events",
            "url": "/?source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Organizer dashboard",
            "short_name": "Organizer",
            "url": "/organizer?source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
