{
    "name": "Mews Industrial Quarter",
    "short_name": "MIQ",
    "description": "Creative co-working space in St Leonards on Sea — book desks, offices, meeting rooms and manage your membership.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#050505",
    "theme_color": "#000000",
    "lang": "en-GB",
    "categories": ["business", "productivity", "lifestyle"],
    "icons": [
        {
            "src": "/icon-192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Book a Space",
            "short_name": "Book",
            "description": "Reserve a desk, office or meeting room",
            "url": "/booking",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Dashboard",
            "short_name": "Dashboard",
            "description": "View your bookings and membership",
            "url": "/dashboard",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Events",
            "short_name": "Events",
            "description": "See what's on at MIQ",
            "url": "/events",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
