{
    "name": "Meri Pahchan Enterprises",
    "short_name": "MeriPahchan",
    "description": "Install the Meri Pahchan app to access its features directly from your device home screen.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone"
    ],
    "background_color": "#ffffff",
    "theme_color": "#024286",
    "icons": [
        {
            "src": "/images/logo_circle_192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/logo_circle_512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/images/desktop-view.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard view on desktop"
        },
        {
            "src": "/images/mobile-view.png",
            "sizes": "540x960",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Home view on mobile"
        }
    ]
}