{
    "short_name" : "LABO",
    "name" : "GESTION LABO",
    "description" : "manifest file test",
    "start_url": "/",
    "display": "standalone",
    "orientation": "any",
    "scope": "/",
    "background_color": "#010c23",
    "theme_color" : "#2018100",
    "icons":
        [
            {
                 "src": "img/labo-72x72.png",
                "size": "72x72",
                "type": "img/png"
            },
            {
                 "src": "img/labo-96x96.png",
                "size": "96x96",
                "type": "img/png"
            },
            {
                 "src": "img/labo-180x180.png",
                "size": "180x180",
                "type": "img/png"
            },
            {
                 "src": "img/labo-384x384.png",
                "size": "384x384",
                "type": "img/png"
            },
            {
                 "src": "img/labo-512x512.png",
                "size": "512x512",
                "type": "img/png"
            }
           
        ]
}