{
    "name": "Pechiyamman Auto Service Zone",
    "short_name": "Pechiyamman",
    "description": "Book auto services, track your vehicle and manage service history.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0B1F4D",
    "theme_color": "#0B1F4D",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Book a Service",
            "url": "/book",
            "description": "Quickly book an auto service"
        },
        {
            "name": "Track Vehicle",
            "url": "/track",
            "description": "Track your vehicle status"
        }
    ],
    "categories": [
        "automotive",
        "business"
    ]
}