{
  "name": "Inventarios Leche Bienestar",
  "short_name": "Inventarios",
  "description": "Sistema de gestión de inventarios de leche para promotores y supervisores Liconsa - Oaxaca",
  "start_url": "/iniciosesionPromotor.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#141218",
  "theme_color": "#6750A4",
  "orientation": "portrait-primary",
  "lang": "es",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/imagenes/Logos/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/imagenes/Logos/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nuevo Inventario",
      "short_name": "Inventario",
      "description": "Generar inventario mensual",
      "url": "/promotores/generarinventarioMensual.php",
      "icons": [{ "src": "/imagenes/Logos/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reporte Mensual",
      "short_name": "Reporte",
      "description": "Generar reporte mensual",
      "url": "/promotores/generarreporteMensual.php",
      "icons": [{ "src": "/imagenes/Logos/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
