{
    "name": "HMPIFY - Host Management Platform",
    "short_name": "HMPIFY",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/assets/favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/assets/app-screenshot.webp",
            "sizes": "192x192",
            "type": "image/webp"
        },
        {
            "src": "/assets/app-screenshot.webp",
            "sizes": "512x512",
            "type": "image/webp"
        }
    ]
}