{
    "name": "RidePDI - Pre-Delivery Inspection",
    "short_name": "RidePDI",
    "description": "Professional Pre-Delivery Inspection services for new cars. Get a 360° view before buying.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f7fafc",
    "theme_color": "#667eea",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/assets/img/icons/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/img/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["business", "automotive", "productivity"],
    "shortcuts": [
        {
            "name": "Book Inspection",
            "short_name": "Book PDI",
            "description": "Book a new PDI inspection",
            "url": "/#lead-form",
            "icons": [{ "src": "/assets/img/icons/favicon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Agent Dashboard",
            "short_name": "Agent",
            "description": "Agent inspection portal",
            "url": "/agent",
            "icons": [{ "src": "/assets/img/icons/favicon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Customer Dashboard",
            "short_name": "Customer",
            "description": "View your orders",
            "url": "/customer/dashboard",
            "icons": [{ "src": "/assets/img/icons/favicon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Contact Us",
            "short_name": "Contact",
            "description": "Get in touch with RidePDI",
            "url": "/contact",
            "icons": [{ "src": "/assets/img/icons/favicon-96x96.png", "sizes": "96x96" }]
        }
    ]
}

