{
    "name": "Shashti Karz - Premium Car Detailing",
    "short_name": "Shashti Karz",
    "description": "Premium car detailing services in Tirupur. Book online, track service, and enjoy world-class car care.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#ff1744",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "192x192 512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/home.png",
            "sizes": "540x720",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/services.png",
            "sizes": "540x720",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/booking.png",
            "sizes": "540x720",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "categories": [
        "automotive",
        "lifestyle",
        "business"
    ],
    "shortcuts": [
        {
            "name": "Book Service",
            "short_name": "Book",
            "description": "Book a car detailing service",
            "url": "/booking",
            "icons": [
                {
                    "src": "/icons/shortcut-booking.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Bookings",
            "short_name": "Bookings",
            "description": "View your bookings",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/icons/shortcut-dashboard.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Services",
            "short_name": "Services",
            "description": "Browse our services",
            "url": "/services",
            "icons": [
                {
                    "src": "/icons/shortcut-services.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "image",
                    "accept": [
                        "image/*"
                    ]
                }
            ]
        }
    }
}