{
    "name": "Bookora \u2014 Book Local Services Instantly",
    "short_name": "Bookora",
    "description": "Book barbers, salons, nail techs and more near you.",
    "start_url": "/?pwa=1",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0a0f1e",
    "theme_color": "#8b5cf6",
    "categories": [
        "business",
        "lifestyle",
        "productivity"
    ],
    "lang": "en-GB",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/bookora_logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/bookora_logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Search",
            "url": "/search",
            "description": "Search for services"
        },
        {
            "name": "My bookings",
            "url": "/account/bookings",
            "description": "View your bookings"
        },
        {
            "name": "Near me",
            "url": "/search?near=1",
            "description": "Find services near you"
        }
    ]
}