{
    "name": "Portal Siswa",
    "short_name": "Siswa",
    "description": "Portal Akademik & Informasi untuk Siswa",
    "start_url": "/portal/student/index.php",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#2FB13E",
    "orientation": "portrait",
    "scope": "/portal/student/",
    "icons": [
        {
            "src": "icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "id": "/portal/student/",
    "categories": [
        "education"
    ],
    "screenshots": [
        {
            "src": "screenshot-mobile.png",
            "sizes": "540x960",
            "type": "image/png",
            "label": "Dashboard Portal Siswa"
        },
        {
            "src": "screenshot-desktop.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard Portal Siswa - Desktop"
        }
    ],
    "shortcuts": [
        {
            "name": "Jadwal",
            "url": "/portal/student/jadwal.php",
            "description": "Jadwal pelajaran saya",
            "icons": [
                {
                    "src": "icon-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Notifikasi",
            "url": "/portal/student/notifikasi.php",
            "description": "Kotak masuk notifikasi",
            "icons": [
                {
                    "src": "icon-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ]
}