{
  "name": "VICO Tékton | Modular Automation",
  "short_name": "VICO Tékton",
  "description": "Plataforma modular de automatización visual con flows, conectores universales, IA integrada, VICOgate y VICO Flow.",
  "start_url": "./index.html",
  "id": "vico-tekton-pwa-2026",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "window-controls-overlay"],
  "orientation": "any",
  "background_color": "#05070d",
  "theme_color": "#05070d",
  "scope": "./",
  "lang": "es",
  "dir": "ltr",
  "categories": ["productivity", "developer tools", "utilities"],
  "icons": [
    {
      "src": "tekton-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Abrir panel principal",
      "url": "./index.html?view=dashboard",
      "icons": [
        { "src": "tekton-icon.png", "sizes": "512x512" }
      ]
    },
    {
      "name": "Flujos",
      "short_name": "Flujos",
      "description": "Crear y editar flujos de automatización",
      "url": "./index.html?view=flows",
      "icons": [
        { "src": "tekton-icon.png", "sizes": "512x512" }
      ]
    },
    {
      "name": "VICOgate",
      "short_name": "VICOgate",
      "description": "Biblioteca de PWAs y módulos",
      "url": "./index.html?view=vicogate",
      "icons": [
        { "src": "tekton-icon.png", "sizes": "512x512" }
      ]
    },
    {
      "name": "VICO Flow",
      "short_name": "Flow Studio",
      "description": "Generador de artefactos y widgets",
      "url": "./index.html?view=vicoflow",
      "icons": [
        { "src": "tekton-icon.png", "sizes": "512x512" }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  }
}
