{
    "name": "Restorer Cleaning Services",
    "short_name": "Restorer",
    "description": "Professional cleaning services at your doorstep — Airbnbs, commercial, deep cleans, end of tenancy and more.",
    "start_url": "/index.html?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0a1628",
    "theme_color": "#34b4f4",
    "lang": "en-GB",
    "dir": "ltr",
    "categories": ["lifestyle", "utilities", "business"],
    "icons": [
        {
            "src": "images/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icons/icon-512x512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "images/screenshots/screenshot-desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Restorer homepage on desktop"
        },
        {
            "src": "images/screenshots/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Restorer homepage on mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Book a Clean",
            "short_name": "Book",
            "description": "Get an instant quote and book your next clean",
            "url": "/contact.html?source=shortcut",
            "icons": [
                {
                    "src": "images/icons/shortcut-book.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Our Services",
            "short_name": "Services",
            "description": "Browse the full range of cleaning services",
            "url": "/services.html?source=shortcut",
            "icons": [
                {
                    "src": "images/icons/shortcut-services.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Blog",
            "short_name": "Blog",
            "description": "Read our latest cleaning tips and insights",
            "url": "/blog.php?source=shortcut",
            "icons": [
                {
                    "src": "images/icons/shortcut-blog.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "prefer_related_applications": false
}