{
    "name": "Home Dashboard",
    "short_name": "Dashboard",
    "display": "fullscreen",
    "orientation": "landscape",
    "start_url": "/",
    "icons": [
        {
            "src": "/img/icon_128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/img/icon_192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/icon_256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/img/icon_512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "background_color": "#f5f5f5",
    "theme_color": "#f5f5f5"
}