{
  "name": "소부장포럼 사무국 업무시스템",
  "short_name": "사무국",
  "description": "사무국 업무 관리 시스템",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#0F172A",
  "lang": "ko",
  "share_target": {
    "action": "/api/workspace/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "audio/*",
            "image/*",
            "text/*",
            "application/pdf",
            "application/msword",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/vnd.ms-excel",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.ms-powerpoint",
            "application/vnd.openxmlformats-officedocument.presentationml.presentation",
            "application/haansofthwp",
            "application/x-hwp",
            "video/webm",
            ".mp3",
            ".m4a",
            ".wav",
            ".webm",
            ".ogg",
            ".mp4",
            ".txt",
            ".md",
            ".csv",
            ".doc",
            ".docx",
            ".xls",
            ".xlsx",
            ".ppt",
            ".pptx",
            ".pdf",
            ".hwp",
            ".jpg",
            ".jpeg",
            ".png",
            ".gif",
            ".webp",
            ".heic"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
