{
  "id": "/",
  "name": "Ela — Libro de operaciones",
  "short_name": "Ela",
  "description": "El libro de operaciones entre negocios mexicanos.",
  "lang": "es-MX",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#435672",
  "theme_color": "#435672",
  "icons": [
    { "src": "/icons/ela-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/ela-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/ela-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/ela.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Capturar",
      "short_name": "Capturar",
      "url": "/capturar",
      "icons": [{ "src": "/icons/ela-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/capturar",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "titulo",
      "text": "texto",
      "url": "url",
      "files": [
        {
          "name": "archivos",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp",
            "image/heic",
            "image/heif",
            "application/pdf",
            "text/xml",
            "application/xml",
            ".xml"
          ]
        }
      ]
    }
  }
}
