{
    "name": "Bookora \u2014 Book Local Services",
    "short_name": "Bookora",
    "description": "Book local barbers, hair salons, beauty salons and more in your area",
    "start_url": "/?pwa=1",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a0f1e",
    "theme_color": "#8b5cf6",
    "orientation": "portrait-primary",
    "categories": [
        "lifestyle",
        "shopping"
    ],
    "lang": "en-GB",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/brand/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/brand/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/brand/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/brand/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Search Businesses",
            "short_name": "Search",
            "description": "Search for local services near you",
            "url": "/search",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Bookings",
            "short_name": "Bookings",
            "description": "View and manage your upcoming bookings",
            "url": "/account/bookings",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Near Me",
            "short_name": "Near Me",
            "description": "Find services available near your location",
            "url": "/search?near=1",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}