{
  "name": "V-BOX — Bóveda Digital",
  "short_name": "V-BOX",
  "description": "Tu bóveda de documentos segura y cifrada del ecosistema V-Control-T.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#D4AF37",
  "orientation": "any",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf":          [".pdf"],
        "image/*":                  [".jpg", ".jpeg", ".png", ".gif", ".webp", ".bmp", ".svg"],
        "application/msword":       [".doc"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":       [".xlsx"],
        "application/vnd.ms-powerpoint": [".ppt"],
        "application/vnd.openxmlformats-officedocument.presentationml.presentation": [".pptx"],
        "text/plain":               [".txt"],
        "application/zip":          [".zip"],
        "application/x-rar-compressed": [".rar"]
      }
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "files", "accept": ["*/*"] }]
    }
  },
  "screenshots": [],
  "categories": ["productivity", "business"]
}
