{
    "name": "IDSBK",
    "short_name": "IDSBK",
    "display": "standalone",
    "background_color": "#0067dd",
    "theme_color": "#0067dd",
    "start_url": "./index.html",
    "orientation": "portrait",
    "icons": [{
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png"
        }, {
            "src": "icon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
