{
  "name": "Argon ECHO - Meeting Transcription",
  "short_name": "Argon ECHO",
  "description": "AI-powered meeting transcription and speaker identification",
  "start_url": "/ECHO/",
  "id": "/ECHO/",
  "scope": "/ECHO/",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#00d4ff",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/ECHO/?share=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "shared_file",
          "accept": [
            "audio/*",
            ".mp3",
            ".wav",
            ".m4a",
            ".flac",
            ".ogg",
            ".wma",
            ".aac",
            ".opus"
          ]
        }
      ]
    }
  }
}
