{
    "name": "Vecksy Motors",
    "short_name": "Vecksy",
    "description": "Kenya's trusted marketplace for buying and selling quality new and used vehicles.",
    "id": "/",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",

    "background_color": "#ffffff",
    "theme_color": "#dc2626",

    "lang": "en",
    "dir": "ltr",

    "categories": [
        "business",
        "shopping",
        "automotive"
    ],

    "icons": [
        {
            "src": "/PWA_Icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/PWA_Icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/PWA_Icons/icon-512x512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],

    "shortcuts": [
        {
            "name": "Used Cars",
            "short_name": "Used Cars",
            "url": "/used-cars.php",
            "icons": [
                {
                    "src": "/PWA_Icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "New Cars",
            "short_name": "New Cars",
            "url": "/new-cars.php",
            "icons": [
                {
                    "src": "/PWA_Icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Sell Your Car",
            "short_name": "Sell Car",
            "url": "/sell-car.php",
            "icons": [
                {
                    "src": "/PWA_Icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Financing",
            "short_name": "Finance",
            "url": "/financing.php",
            "icons": [
                {
                    "src": "/PWA_Icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}