{
    "name": "mobC APP",
    "short_name": "mobC",
    "id": "/mobc",
    "scope": "/mobc",
    "description": "mobC - Progressive Web App",
    "start_url": "/mobc",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#39c32c",
    "icons": [
        {
            "src": "/static/mobc/img/icon192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/mobc/img/icon512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/mobc/img/icon-maskable512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
