{
  "name": "Pi File Server",
  "short_name": "Pi Server",
  "description": "Servidor de archivos — Jordi Tech-Service",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0f18",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    { "src": "/icon-192.svg", "sizes": "192x192 512x512 any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/?from-share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{
        "name": "files",
        "accept": [
          "image/jpeg", "image/png", "image/gif", "image/webp", "image/heic", "image/heif",
          "video/mp4", "video/quicktime", "video/3gpp",
          "audio/mpeg", "audio/mp4", "audio/ogg",
          "application/pdf",
          ".jpg", ".jpeg", ".png", ".gif", ".webp", ".heic",
          ".mp4", ".mov", ".pdf", ".mp3"
        ]
      }]
    }
  }
}
