{
    "name": "PKG Presensi",
    "short_name": "PKG",
    "description": "Sistem Presensi dan Manajemen Siswa PKG",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1e3a5f",
    "theme_color": "#1e3a5f",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "id",
    "icons": [
        {
            "src": "/images/icons/icon-192x192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-192x192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/images/icons/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "categories": ["education", "productivity"],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Buka Dashboard",
            "url": "/dashboard"
        },
        {
            "name": "Scan Presensi",
            "short_name": "Scan",
            "description": "Scan QR Presensi",
            "url": "/scan-presensi"
        }
    ]
}
