{
    "name": "AGP1 CRM",
    "short_name": "AGP1",
    "description": "Capture leads, work deals, and log every interaction — from the road.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0B1220",
    "theme_color": "#0B1220",
    "icons": [
        {
            "src": "/app-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My Day",
            "short_name": "My Day",
            "url": "/my-day"
        },
        {
            "name": "Quick capture",
            "short_name": "Capture",
            "url": "/capture"
        }
    ]
}
