{
    "short_name": "Pconnection",
    "name": "Pconnection",
    "theme_color": "#3c4654",
    "background_color": "#3c4654",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "./",
    "start_url": "./index.html",
    "description": "People Connection PWA",
    "icons": [{
            "src": "./img/logoPC192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./img/logoPC256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/logoPC384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "./img/logoPC512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}