{
    "name": "Topline Care Portal",
    "short_name": "Care Connects",
    "description": "Mobile portal for Topline Care staff to manage shifts and visits.",
    "start_url": "portal/dashboard",
    "scope": "./",
    "id": "portal-pwa",
    "display": "standalone",
    "background_color": "#f8fafc",
    "theme_color": "#4f46e5",
    "icons": [
        {
            "src": "img/icon.svg",
            "sizes": "192x192 512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}