{
    "name": "X8 PRIME",
    "short_name": "X8 PRIME",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4e73df",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/pwa/icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/pwa/icon-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ]
}