{
    "name": "Lakhsman Wellness MLM Platform",
    "short_name": "Lakhsman",
    "description": "Corporate MLM dashboard for admin, members, and franchise operations.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f5f7fb",
    "theme_color": "#0f172a",
    "orientation": "portrait-primary",
    "categories": ["business", "finance", "productivity"],
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48 64x64 96x96 128x128 256x256",
            "type": "image/x-icon",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Admin Dashboard",
            "short_name": "Admin",
            "url": "/admin-panel/dashboard",
            "description": "Open the admin command center."
        },
        {
            "name": "Member Dashboard",
            "short_name": "Member",
            "url": "/user/dashboard",
            "description": "Open the member business dashboard."
        },
        {
            "name": "Franchise Dashboard",
            "short_name": "Franchise",
            "url": "/franchise/dashboard",
            "description": "Open the franchise operations dashboard."
        }
    ]
}
