{
  "name": "OPTOPUS — Reportes",
  "short_name": "OPTOPUS",
  "description": "Portal operativo de John D'Luna SRL",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f3f4f6",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Reportar Error en Peso",
      "short_name": "Nuevo Reporte",
      "description": "Abre el formulario para reportar peso incorrecto",
      "url": "/#error-peso/nuevo",
      "icons": [{ "src": "/icons/shortcut-reporte.png", "sizes": "96x96" }]
    },
    {
      "name": "Pendientes Facturar",
      "short_name": "Pendientes",
      "url": "/#error-peso/pendientes",
      "icons": [{ "src": "/icons/shortcut-pendientes.png", "sizes": "96x96" }]
    }
  ]
}
