{
  "name": "FitCoach Pro",
  "short_name": "FitCoach",
  "description": "Gestión de clases de Educación Física para profesores",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F0F1A",
  "theme_color": "#6C63FF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%236C63FF'/><text x='96' y='130' font-size='100' text-anchor='middle'>🏃</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%236C63FF'/><text x='256' y='340' font-size='260' text-anchor='middle'>🏃</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "fitness", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nueva clase",
      "short_name": "Clase",
      "url": "/?action=new-class",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='78' font-size='80'>📅</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Pasar lista",
      "short_name": "Lista",
      "url": "/?action=attendance",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='78' font-size='80'>✅</text></svg>", "sizes": "96x96" }]
    }
  ]
}