{
    "name": "KINOV Mall",
    "short_name": "KINOV Mall",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#f8f9fa",
    "theme_color": "#FF6B6B",
    "orientation": "portrait",
    "icons": [
        {
            "src": "../../../shared/assets/favicon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "../../../shared/assets/favicon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}