{
    "name": "GMIT Kota Baru - Konsistori App",
    "short_name": "Konsistori",
    "description": "Jadwal Ibadah, Data Kejemaatan, dll",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone"],
    "background_color": "#ffffff",
    "theme_color": "#2596be",
    "lang": "id",
    "icons": [
        {
            "src": "./imgs/icons/192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./imgs/icons/512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "./imgs/icons/48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "./imgs/icons/128.png",
            "sizes": "128x128",
            "type": "image/png"
        }
    ],
    "form_factor": "mobile",
    "screenshots": [
        {
            "src": "./imgs/icons/screenshot1.png",
            "sizes": "473x753",
            "type": "image/png"
        }
    ],
    "notification_delegation": {
        "enableNotificationDelegation": true
    }
}