{
  "id": "/?source=pwa",
  "name": "DealChat - M&A AI Platform",
  "short_name": "DealChat",
  "description": "M&A AI Platform for Deal Makers & Investors",
  "start_url": "/html/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "window-controls-overlay"],
  "orientation": "any",
  "background_color": "#F8FAFC",
  "theme_color": "#2563EB",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "내 기업 관리",
      "short_name": "Companies",
      "description": "내 기업 정보 및 데이터베이스",
      "url": "/html/companies.html",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "내 파일 아카이브",
      "short_name": "Files",
      "description": "문서 및 리소스 아카이브",
      "url": "/html/files.html",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "M&A 공유 네트워크",
      "short_name": "Market",
      "description": "전체 매물 및 바이어 공유 마켓",
      "url": "/html/share.html",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
