{
    "name": "LADLI E-RIKSHA",
    "short_name": "LADLI E-RIKSHA",
    "description": "LADLI E-RIKSHA - Safe, Simple and Reliable E-Riksha Booking Service",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#ff6b00",

    "icons": [
        {
            "src": "images/app-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/app-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],

    "categories": [
        "travel",
        "transportation",
        "business"
    ],

    "lang": "en-IN",
    "dir": "ltr"
}