

{
    "name": "Vemolink",
    "id": "/",
    "short_name" : "Vemolink",
    "start_url":"/",
    "scope" : "/",
    "background_color":"#f9fafd",
    "theme_color":"#f9fafd",
     "display": "standalone",
    "lang": "en-US",
    "icons": [
       
        {
            "src": "/static/images/logo-512.png",
            "sizes": "512x512",
            "type": "image/png"

        }
        ,
        {
            "src": "/static/images/logo-192.png",
            "sizes": "192x192",
            "type": "image/png"

        }
       ]
       ,
       "url_origins": [

        {

        "origin":"https://vemolink.repotranstech.com"

        }

       ]
}