{
    "short_name": "Kourdan",
    "name": "PWA GIS",
    "description": "GIS Web application!",
    "start_url": ".",
    "display": "standalone", 
    "background_color": "#ffffff",
    "theme_color": "#0FA9AF", 
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon_large.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
