{
    "id": "/dashboard",
    "name": "FlowCRM",
    "short_name": "FlowCRM",
    "description": "Your Business. In Perfect Flow.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "lang": "en",
    "dir": "ltr",
    "categories": ["business", "productivity"],
    "background_color": "#0d1b2a",
    "theme_color": "#0d1b2a",
    "icons": [
        {
            "src": "/flowcrm-icon-192.png?v=2",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/flowcrm-icon-512.png?v=2",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/flowcrm-maskable-512.png?v=3",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Lead",
            "short_name": "New Lead",
            "url": "/leads?new=1",
            "description": "Create a new lead"
        },
        {
            "name": "Follow-Ups",
            "short_name": "Follow-Ups",
            "url": "/follow-ups",
            "description": "Today's follow-up queue"
        },
        {
            "name": "Inbox",
            "short_name": "Inbox",
            "url": "/inbox",
            "description": "Unassigned lead inbox"
        }
    ]
}
