{   "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "display": "standalone",
    "start_url": "/",
    "name": "Cash On Delivery Loans",
    "short_name": "COD Loans",
    "id": "?homescreen=1",
    "icons": [
        {
            "src": "/CODsmaller.png",
            "sizes": "43x50",
            "type": "image/png"
        },
        {
            "src": "/CODsmall.png",
            "sizes": "85x100",
            "type": "image/png"
        }
    ]
}