{
  "name": "월드프레임 WORKS 메신저",
  "short_name": "WORKS 메신저",
  "description": "사내 업무 대화 · 메일 · 전자결재",
  "start_url": "/messenger.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a45c8",
  "lang": "ko",
  "orientation": "any",
  "icons": [
    {
      "src": "/img/app-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/app-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/img/app-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "메신저",
      "url": "/messenger.html",
      "icons": [
        {
          "src": "/img/app-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "포털",
      "url": "/app.html#/home"
    },
    {
      "name": "메일",
      "url": "/app.html#/mail"
    },
    {
      "name": "전자결재",
      "url": "/app.html#/approval"
    }
  ]
}
