{
    "name": "MBridge Factory",
    "short_name": "MBridge",
    "description": "UK Business Compliance Tools - 32 free HMRC-aligned calculators for employers, contractors, and freelancers.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f9fafb",
    "theme_color": "#0ea5e9",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-GB",
    "categories": [
        "business",
        "finance",
        "productivity"
    ],
    "icons": [
        {
            "src": "/icons/pwa-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/pwa-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/pwa-maskable-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/pwa-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshot-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "MBridge Factory Dashboard"
        },
        {
            "src": "/images/screenshot-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "MBridge Factory on Mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Holiday Pay Calculator",
            "short_name": "Holiday Pay",
            "description": "Calculate statutory holiday entitlement",
            "url": "/tools/holiday-pay",
            "icons": [
                {
                    "src": "/icons/holiday-pay.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Take Home Pay",
            "short_name": "Take Home",
            "description": "Calculate net salary from gross",
            "url": "/tools/take-home-pay",
            "icons": [
                {
                    "src": "/icons/take-home-pay.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "IR35 Checker",
            "short_name": "IR35",
            "description": "Assess IR35 status for contractors",
            "url": "/tools/ir35-checker",
            "icons": [
                {
                    "src": "/icons/ir35.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}