{
  "name": "VOICE - AIで会議の記憶を残す",
  "short_name": "VOICE",
  "description": "iPhoneで録音してAIが自動で文字起こし・要件抽出。外部記憶ツール。",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#09090b",
  "categories": ["business", "productivity"],
  "lang": "ja",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/recordings/import",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "audio/*",
            ".m4a",
            ".mp3",
            ".wav",
            ".webm",
            ".ogg",
            ".caf"
          ]
        }
      ]
    }
  }
}
