{
    "name": "CmsHom 코드빌더",
    "short_name": "코드빌더",
    "description": "브라우저 껍데기 없이 앱 창으로 뜨는 웹 편집기 — 디자인을 가져와 고치고 내려받습니다.",
    "lang": "ko",
    "start_url": "/code-builder?app=1",
    "scope": "/code-builder",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "orientation": "any",
    "theme_color": "#0f172a",
    "background_color": "#0f172a",
    "categories": ["productivity", "developer", "business"],
    "icons": [
        {
            "src": "/editor-pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/editor-pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/editor-pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
