{
  "name": "My Contract",
  "short_name": "MyContract",
  "description": "AI로 계약서를 분석하고 만기일을 관리하는 스마트 계약 도우미",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0f12",
  "theme_color": "#0d0f12",
  "lang": "ko",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    { "src": "icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "계약 추가",
      "short_name": "추가",
      "description": "새 계약서 분석 및 추가",
      "url": "/app.html#upload",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "만기 캘린더",
      "short_name": "캘린더",
      "description": "계약 만기일 캘린더 보기",
      "url": "/app.html#calendar",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "My Contract 홈 화면"
    }
  ]
}
