{
  "name": "Voz",
  "short_name": "Voz",
  "description": "Reuniones y notas de voz transcriptas, con tareas auditables",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#101216",
  "theme_color": "#101216",
  "lang": "es-AR",
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{ "name": "audio", "accept": ["audio/*", "video/mp4", "video/3gpp"] }]
    }
  },
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}
