{
  "name": "원큐 (1Q) 부동산 업무",
  "short_name": "원큐",
  "description": "누구나 쓰는 부동산 중개업무 자동화",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f7f9",
  "theme_color": "#1f5eff",
  "lang": "ko",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "고객 등록",
      "url": "/customers/new"
    },
    {
      "name": "매물 접수",
      "url": "/listings/new"
    },
    {
      "name": "계약 등록",
      "url": "/contracts/new"
    },
    {
      "name": "네이버 매물 담기",
      "url": "/customers/pick"
    }
  ],
  "share_target": {
    "action": "/api/share/pick",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
