{
  "name": "Transcripts",
  "short_name": "Transcripts",
  "description": "Record or upload a meeting, interview or lecture and get a clean transcript in 20 languages.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0891b2",
  "theme_color": "#0891b2",
  "lang": "en",
  "dir": "auto",
  "icons": [
    { "src": "icon-192.png?v=2", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "audio",
          "accept": ["audio/*", "video/mp4", "video/3gpp", "video/x-matroska", ".m4a", ".mp3", ".ogg", ".oga", ".opus", ".wav", ".aac", ".mp4", ".webm", ".flac", ".amr", ".3gp", ".3gpp", ".mkv"]
        }
      ]
    }
  }
}
