{
    "name": "Bookora — 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": "/icon-192.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"
        },
        {
            "src": "/favicon-64.png",
            "sizes": "64x64",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "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"}]
        }
    ]
}
