{
  "name": "BS Partners 정수기 CRM",
  "short_name": "BS Care",
  "description": "정수기 고객, 필터 교체, 방문 동선과 AS를 관리하는 현장 업무 앱",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f7fb",
  "theme_color": "#0b3c87",
  "lang": "ko-KR",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/app-icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "신규 고객",
      "short_name": "고객 추가",
      "url": "/?action=new-customer",
      "icons": [{ "src": "/app-icon.png", "sizes": "any", "type": "image/png" }]
    },
    {
      "name": "오늘 일정",
      "short_name": "일정",
      "url": "/?view=schedule",
      "icons": [{ "src": "/app-icon.png", "sizes": "any", "type": "image/png" }]
    }
  ]
}
