{
  "name": "ASOCIADOS",
  "short_name": "ASOCIADOS",
  "description": "Portal de asociados, gestión de flota y servicios Cootransfusa",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#040f22",
  "theme_color": "#0b1c3d",
  "lang": "es-CO",
  "dir": "ltr",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "static/img/ORIGINAL.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "static/img/ORIGINAL.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "static/img/logo-cootransfusa.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Extractos en línea",
      "short_name": "Extractos",
      "description": "Consulta tu estado de cuenta en tiempo real",
      "url": "./index.php?action=live_extr",
      "icons": [{ "src": "static/img/ORIGINAL.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Peajes",
      "short_name": "Peajes",
      "description": "Consulta tus peajes registrados",
      "url": "./index.php?action=peajes",
      "icons": [{ "src": "static/img/ORIGINAL.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Cartera",
      "short_name": "Cartera",
      "description": "Estado de cartera y saldos",
      "url": "./index.php?action=cartera",
      "icons": [{ "src": "static/img/ORIGINAL.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
