
{
    "name": "Skmobile APP",
    "short_name": "Skmobile",
    "start_url": "index.html?pwa=1",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "description": "Skadate mobile app",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "assets/image/app/pwa_icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "assets/image/app/pwa_icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ]
}
