{
    "name": "HVAC CRM",
    "short_name": "HVAC CRM",
    "description": "HVAC business management: scheduling, dispatch, invoicing, and field operations",
    "start_url": "/dashboard",
    "id": "/dashboard",
    "display": "standalone",
    "background_color": "#f3f4f6",
    "theme_color": "#1e40af",
    "orientation": "any",
    "scope": "/",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/images/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/images/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Schedule",
            "short_name": "Schedule",
            "url": "/schedule",
            "icons": [{"src": "/assets/images/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Field Dashboard",
            "short_name": "Field",
            "url": "/field",
            "icons": [{"src": "/assets/images/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Customers",
            "short_name": "Customers",
            "url": "/customers",
            "icons": [{"src": "/assets/images/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Invoices",
            "short_name": "Invoices",
            "url": "/invoices",
            "icons": [{"src": "/assets/images/icon-192.png", "sizes": "192x192"}]
        }
    ]
}
