{
  "name": "Gestium",
  "short_name": "Gestium",
  "description": "Sistema de gestión",
  "start_url": "/login.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F9FAFB",
  "theme_color": "#4F46E5",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/img/favicon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/favicon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}