{
  "name": "FluxGTD - Getting Things Done System",
  "short_name": "FluxGTD",
  "description": "Sistema GTD completo con flujo visual, matriz energía/impacto, exportación de datos y más",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#f97316",
  "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='%230f172a' width='540' height='720'/><text x='270' y='360' font-size='60' text-anchor='middle' fill='%23f97316' font-family='Arial'>FluxGTD</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='%23f97316'/><text x='48' y='65' font-size='50' text-anchor='middle' fill='white' font-family='Arial'>+</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Ver Flujo",
      "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='%2310b981'/><text x='48' y='65' font-size='50' text-anchor='middle' fill='white' font-family='Arial'>🌊</text></svg>", "sizes": "96x96" }]
    }
  ]
}
