{
  "name": "Serventia Áudio e Vídeo",
  "short_name": "Serventia Voz",
  "description": "Transcreva áudios do WhatsApp, YouTube e qualquer áudio — com tempos e locutores.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F2F8",
  "theme_color": "#833178",
  "lang": "pt-BR",
  "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.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "compartilhar",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "arquivo", "accept": ["audio/*", "video/*"] }
      ]
    }
  }
}
