{
  "name": "알고랩 AlgoLab — 자동매매 프로그램 제작",
  "short_name": "알고랩",
  "description": "자동매매 프로그램 맞춤 제작 상담. 문의하시면 상담원 답변을 알림으로 받아보실 수 있습니다.",
  "id": "/",
  "start_url": "/chat.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0c0f",
  "theme_color": "#0a0c0f",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "상담 채팅",
      "short_name": "상담",
      "url": "/chat.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "제작 비용 보기",
      "short_name": "견적",
      "url": "/quote"
    }
  ]
}
