{
  "name": "Facturación Delfín",
  "short_name": "Facturación",
  "start_url": "/#/nueva",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0b5cab",
  "icons": [
    { "src": "/icons/192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/compartir",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "titulo",
      "text": "texto",
      "files": [{ "name": "archivo", "accept": ["application/pdf", "image/*", ".xlsx", ".xls", ".csv", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"] }]
    }
  }
}
