{
    "name": "Smiddy — The Retreat",
    "short_name": "Smiddy",
    "description": "Boutique glamping pods on Stronsay, Orkney. Book your stay, explore the island, find your reservation.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#fafaf9",
    "theme_color": "#5D7052",
    "categories": ["travel", "lifestyle", "hospitality"],
    "lang": "en-GB",
    "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Book a stay",
            "short_name": "Book",
            "description": "Pick your dates and reserve a pod",
            "url": "/book",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Find my booking",
            "short_name": "My booking",
            "description": "Look up an existing reservation",
            "url": "/find",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Explore the island",
            "short_name": "Explore",
            "description": "Interactive Stronsay map",
            "url": "/explore",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
