{
    "name": "TTJ Coding Class",
    "short_name": "TTJ Coding",
    "description": "코딩 자동화와 웹 개발을 쉽게 배울 수 있는 TTJ Coding Class",
    "theme_color": "#3498db",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/",
    "icons": [
        {
            "src": "/assets/images/favicon.png",
            "sizes": "64x64",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/images/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "categories": ["education", "productivity", "utilities"],
    "lang": "ko-KR",
    "dir": "ltr"
} 