{
    "name": "FieldConnect",
    "short_name": "FieldConnect",
    "description": "Worker-facing field service PWA for assignments, verification, offline queueing, and task submission.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#071918",
    "theme_color": "#0d4f4a",
    "orientation": "portrait-primary",
    "icons": [{
        "src": "/icon.svg",
        "sizes": "any",
        "type": "image/svg+xml",
        "purpose": "any maskable"
    }]
}