

{
    "name": "Timeline",
    "id": "/",
    "short_name" : "Timeline",
    "start_url": "/",
    "scope" : "/",
    "theme_color": "#366da5",
    "background_color": "#d6d6d6",
     "display": "standalone",
    "lang": "en-US",

    "icons": [
       
        {
            "src": "/static/images/512png.png",
            "sizes": "512x512",
            "type": "image/png"

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

        }
       ]
       ,
       "url_origins": [

        {

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

        }

       ]
}