{
    "name": "Sokoni - Travel Booking Platform",
    "short_name": "Sokoni",
    "description": "Book amazing tours, activities, and travel experiences with Sokoni",
    "theme_color": "#1976d2",
    "background_color": "#fafafa",
    "display": "standalone",
    "orientation": "portrait-primary",
    "scope": "./",
    "start_url": "./?utm_source=pwa",
    "categories": [
        "travel",
        "booking",
        "tourism",
        "entertainment"
    ],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Book Tours",
            "short_name": "Book",
            "description": "Quickly book a new tour or activity",
            "url": "/book?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "assets/icons/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "My Bookings",
            "short_name": "Bookings",
            "description": "View and manage your bookings",
            "url": "/mypage?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "assets/icons/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Browse Tours",
            "short_name": "Browse",
            "description": "Explore available tours and activities",
            "url": "/?browse=true&utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "assets/icons/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "assets/images/screenshot-mobile.jpg",
            "sizes": "540x720",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Sokoni mobile booking experience"
        },
        {
            "src": "assets/images/screenshot-desktop.jpg",
            "sizes": "1280x720",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Sokoni desktop booking platform"
        }
    ],
    "icons": [
        {
            "src": "assets/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "assets/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "assets/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "assets/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "assets/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "assets/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "assets/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "assets/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ]
}