{   "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "display": "standalone",
    "start_url": "/",
    "name": "Web push demo",
    "short_name": "Web push demo",
    "icons": [
        {
            "src": "/imgs/coa.192.png",
            "type": "image/png"
        },
        {
            "src": "/imgs/coa.256.png",
            "type": "image/png"
        },
        {
            "src": "/imgs/coa.384.png",
            "type": "image/png"
        },
        {
            "src": "/imgs/coa.512.png",
            "type": "image/png"
        }
    ]
}