{
  "id": "/",
  "name": "Puzzle Empleos",
  "short_name": "Puzzle",
  "description": "Portal de empleo con IA para encontrar el trabajo perfecto en España",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "lang": "es",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buscar Empleos",
      "short_name": "Buscar",
      "description": "Encuentra tu próximo trabajo",
      "url": "/candidate/feed?source=shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mis Aplicaciones",
      "short_name": "Aplicaciones",
      "description": "Ver el estado de tus candidaturas",
      "url": "/candidate/applications?source=shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Ofertas Guardadas",
      "short_name": "Guardadas",
      "description": "Tus ofertas favoritas",
      "url": "/candidate/saved?source=shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}