{
  "name": "건설 서류 AI 자동작성",
  "short_name": "건설AI서류",
  "description": "견적서·계약서·착공계 등 9종 건설서류를 AI가 자동으로 작성. 계약서 한 장 붙여넣으면 완성.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#5b21b6",
  "orientation": "portrait-primary",
  "lang": "ko",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "견적서 작성",
      "short_name": "견적서",
      "description": "견적서를 빠르게 작성합니다",
      "url": "/?shortcut=estimate#documents",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "내 서류함",
      "short_name": "서류함",
      "description": "저장된 서류를 확인합니다",
      "url": "/#my-documents",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "크레딧 충전",
      "short_name": "충전",
      "description": "크레딧을 충전합니다",
      "url": "/#charge",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshot-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "홈 화면 — 서류 선택"
    },
    {
      "src": "/static/screenshot-doc.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI 자동입력 화면"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
