{
    "name" : "Adbien Services",
    "short_name" : "adbienservices",
    "start_url" : "/index.html",
    "display" : "standalone",
    "background_color": "#282563",
    "theme_color": "#f89520",
    "orientation": "portrait-primary",
    "icons" : [
        {
            "src" : "/images/icon.png",
            "type" : "image/png",
            "sizes" : "72x72"
        },
        {
            "src" : "/images/icon-144.png",
            "type" : "image/png",
            "sizes" : "144x144"
        },
        {
            "src" : "/images/icon-192.png",
            "type" : "image/png",
            "sizes" : "192x192"
        },
        {
            "src" : "/images/icon-512.png",
            "type" : "image/png",
            "sizes" : "512x512"
        }

    ]

}