{
    "name": "Preowned Luxuries",
    "short_name": "Preowned Luxuries",
    "description": "Luxury pre-owned jewellery and watches",
    "start_url": "/?pwa=true",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#070d3f",
    "orientation": "any",
    "categories": ["shopping"],
    "icons": [
        {
            "src": "/images/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}