{
    "short_name": "Piller App",
    "name": "Piller App",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f2f2f2",
    "theme_color": "#0570B4",
    "icons": [
        {
            "src": "/favicon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/favicon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        }
    ]
}