{
    "name": "my Investment Office",
    "short_name": "myIO",    
    "start_url": "/",
    "orientation": "portrait",
    "icons": [
        {
            "src": "android-chrome-192x192.png",
            "sizes": "192x192",
           "type": "image/png",
           "density": "2.0"

        },
        {
            "src": "android-chrome-512x512.png",
            "sizes": "512x512",
           "type": "image/png",
           "density": "4.0"
        }
    ],
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "display": "standalone"
}
    