{
  "name": "Yefris TPV",
  "short_name": "Yefris",
  "start_url": "/tpv",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#080A09",
  "background_color": "#080A09",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/importar",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "description",
      "files": [
        {
          "name": "documents",
          "accept": [
            "image/jpeg", ".jpg", ".jpeg",
            "image/png", ".png",
            "image/heic", ".heic",
            "image/webp", ".webp",
            "application/pdf", ".pdf"
          ]
        }
      ]
    }
  }
}
