{
  "id": "app",
  "name": "EduBel - Plataforma Educativa",
  "short_name": "EduBel",
  "description": "Portal Seguro EduBel. Misión: Aprender.",
  
  "start_url": "/web/index.php?source=pwa",
  "scope": "/web/",
  
  "display": "standalone",
  
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  
  "orientation": "portrait",
  "lang": "es",
  "dir": "ltr",
  
  "categories": ["education"],
  
  "icons": [
    {
      "src": "/web/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Ingresar",
      "short_name": "Login",
      "description": "Acceder a la plataforma",
      "url": "/web/index.php",
      "icons": [
        {
          "src": "/web/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "/web/screenshot-wide.png",
      "sizes": "1919x1425",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vista en escritorio"
    },
    {
      "src": "/web/screenshot-narrow.png",
      "sizes": "479x947",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vista en móvil"
    }
  ]
}