{
  "name": "Traindía",
  "short_name": "Traindía",
  "description": "Tu plan de entrenamiento: rutinas, sesiones, progreso y diario.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f5f8",
  "theme_color": "#4f46e5",
  "lang": "es",
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "./?share-target=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/json",
            "text/json",
            "text/plain",
            "application/octet-stream",
            ".json",
            ".txt",
            "application/pdf",
            ".pdf",
            "image/*"
          ]
        }
      ]
    }
  }
}
