{   "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "display": "standalone",
    "start_url": "/",
    "name": "Sokrates System",
    "short_name": "Sokrates System",
    "icons": [
        {
            "src": "https://files.sokrates.co.id/apple-touch-icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://files.sokrates.co.id/apple-touch-icon.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "https://files.sokrates.co.id/apple-touch-icon.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "https://files.sokrates.co.id/apple-touch-icon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}