{
  "name": "Llamadas — resumen y mapa mental",
  "short_name": "Llamadas",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f6f5f2",
  "theme_color": "#1f5f5b",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "./compartir",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "titulo",
      "text": "texto",
      "url": "enlace",
      "files": [
        {
          "name": "archivo",
          "accept": ["audio/*", "video/mp4", "text/plain", "application/octet-stream", "*/*", ".m4a", ".mp3", ".mpeg", ".mpga", ".amr", ".3gp", ".wav", ".ogg", ".opus", ".aac", ".txt"]
        }
      ]
    }
  }
}
