{
    "name": "디지털 교무수첩",
    "short_name": "교무수첩",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1A1B26",
    "theme_color": "#1A1B26",
    "description": "교사를 위한 학급 관리 · 수업일지 · 출결 · 업무 기록 앱",
    "orientation": "portrait",
    "scope": "/",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
