{
  "name": "LawSync",
  "short_name": "LawSync",
  "description": "변호사 미팅 회의록 자동 작성 & 의뢰인 소통 플랫폼",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f0f0f",
  "orientation": "portrait-primary",
  "lang": "ko",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "새 녹음",
      "short_name": "녹음",
      "description": "미팅 녹음 시작",
      "url": "/meetings/new"
    },
    {
      "name": "메시지",
      "short_name": "메시지",
      "description": "의뢰인 메시지 확인",
      "url": "/messages"
    },
    {
      "name": "캘린더",
      "short_name": "캘린더",
      "description": "일정 확인",
      "url": "/calendar"
    }
  ]
}
