{
  "name": "CallWhats",
  "short_name": "CallWhats",
  "description": "Respalda y consulta tus llamadas y chats de WhatsApp.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#131722",
  "theme_color": "#131722",
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/wa-compartir",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "titulo",
      "text": "texto",
      "files": [
        {
          "name": "archivos",
          "accept": ["application/zip", "application/x-zip-compressed", "text/plain", ".zip", ".txt"]
        }
      ]
    }
  }
}
