{
  "name": "FluxOn",
  "short_name": "FluxOn",
  "description": "Sistema de orden operativo con método Flow On Board. Todo en orden y movimiento.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1A365D",
  "theme_color": "#1A365D",
  "icons": [
    {
      "src": "logo.svg",
      "sizes": "200x200",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "logo.svg",
      "sizes": "200x200",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%231A365D' width='540' height='720'/><text x='270' y='360' font-size='60' text-anchor='middle' fill='%23C4A55D' font-family='Arial'>FluxOn</text></svg>",
      "sizes": "540x720",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Capturar Tarea",
      "short_name": "Capturar",
      "description": "Capturar una nueva idea o tarea rápidamente",
      "url": "/?action=capture",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='45' fill='%232C7A7B'/><text x='48' y='65' font-size='50' text-anchor='middle' fill='white' font-family='Arial'>+</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "FLUX ON",
      "short_name": "Flujo",
      "description": "Ver el flujo GTD",
      "url": "/?view=flow",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='45' fill='%232C7A7B'/><text x='48' y='65' font-size='50' text-anchor='middle' fill='white' font-family='Arial'>🌊</text></svg>", "sizes": "96x96" }]
    }
  ]
}
