{
    "name": "DocClix",
    "short_name": "DocClix",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "orientation": "portrait",
    "icons": [
        {
            "src": "frontend/assets/photos/favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "frontend/assets/photos/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "frontend/assets/photos/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "frontend/assets/photos/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "frontend/assets/photos/favicon.svg",
            "type": "image/svg+xml",
            "sizes": "any"
        },
        {
            "src": "frontend/assets/photos/apple-touch-icon.png",
            "type": "image/png",
            "sizes": "180x180"
        }
    ]
}
