{
    "name": "전기스쿨 — 전기기사·전기산업기사 강의",
    "short_name": "전기스쿨",
    "description": "전기기사·전기산업기사 강의 + CBT 학습 플랫폼",
    "start_url": "/streaming/",
    "scope": "/streaming/",
    "id": "/streaming/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#000000",
    "theme_color": "#fbbf24",
    "lang": "ko-KR",
    "dir": "ltr",
    "icons": [
        {
            "src": "/streaming/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/streaming/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/streaming/pwa/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/streaming/pwa/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "내 강의실",
            "short_name": "강의실",
            "url": "/streaming/index.php",
            "icons": [
                {
                    "src": "/streaming/pwa/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "내 프로필",
            "short_name": "프로필",
            "url": "/streaming/profile.php",
            "icons": [
                {
                    "src": "/streaming/pwa/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "구독 안내",
            "short_name": "구독",
            "url": "/streaming/subscription.php",
            "icons": [
                {
                    "src": "/streaming/pwa/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}