{
    "id": "/",
    "name": "Customer 360",
    "short_name": "Customer 360",
    "description": "Mobile-first Customer 360 View for Zung Fu sales and service staff",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "theme_color": "#3b82f6",
    "background_color": "#1a1f2e",
    "orientation": "portrait-primary",
    "lang": "en",
    "dir": "ltr",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/pwa-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/maskable-icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Customers",
            "short_name": "Customers",
            "description": "View customer list",
            "url": "/customers"
        },
        {
            "name": "Leads",
            "short_name": "Leads",
            "description": "View leads list",
            "url": "/leads"
        }
    ]
}