{
  "name": "신영 메신저",
  "short_name": "신영메신저",
  "description": "신영세무회계 사내 전용 메신저",
  "lang": "ko",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#EEF1F4",
  "theme_color": "#1C2430",
  "icons": [
    { "src": "assets/favicon.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "assets/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["image/*", "video/*", "audio/*", "application/*", "text/*"] }
      ]
    }
  }
}
