{
  "name": "Resonner",
  "short_name": "Resonner",
  "description": "Business relationship intelligence for solo operators",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1c1917",
  "background_color": "#f7f7f4",
  "lang": "ko",
  "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": "메모",
      "description": "통화/미팅 직후 30초~5분 음성 메모를 빠르게 저장합니다.",
      "url": "/?action=record",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "audio",
          "accept": [
            "audio/*",
            "application/ogg",
            "application/octet-stream",
            ".m4a",
            ".mp3",
            ".wav",
            ".aac",
            ".opus",
            ".webm",
            ".flac",
            ".ogg",
            ".oga",
            ".3gp",
            ".amr"
          ]
        }
      ]
    }
  }
}
