{
    "name": "UK Stamp Duty Calculator",
    "short_name": "Stamp Duty",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "lang": "en-GB",
    "dir": "ltr",
    "display": "standalone",
    "background_color": "#0052FF",
    "theme_color": "#0052FF",
    "description": "Calculate UK stamp duty: SDLT (England & NI), LBTT (Scotland) and LTT (Wales), including first-time buyer relief and the second-home surcharge.",
    "categories": ["finance", "utilities", "productivity"],
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}