{
  "name": "그룹웨어",
  "short_name": "그룹웨어",
  "description": "기업용 그룹웨어 - 메일, 결재, 일정, 메신저, 드라이브",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "ko",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "메일",
      "short_name": "메일",
      "url": "/mail",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "전자결재",
      "short_name": "결재",
      "url": "/approval",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "메신저",
      "short_name": "메신저",
      "url": "/messenger",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
