{
  "name": "Gestor Gonzurq",
  "short_name": "Gonzurq",
  "description": "Sistema de gestión integral - Cotizaciones, Órdenes de Trabajo, Facturación y más",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0078d4",
  "lang": "es-CL",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "php/pwa_icon.php?size=72",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "php/pwa_icon.php?size=96",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "php/pwa_icon.php?size=128",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "php/pwa_icon.php?size=144",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "php/pwa_icon.php?size=152",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "php/pwa_icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "php/pwa_icon.php?size=384",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "php/pwa_icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "php/pwa_icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "php/pwa_icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Cotizaciones",
      "short_name": "Cotizaciones",
      "url": "./cotizaciones.php",
      "icons": [{"src": "icons/icon-96x96.png", "sizes": "96x96"}]
    },
    {
      "name": "Órdenes de Trabajo",
      "short_name": "OTs",
      "url": "./ordenes_trabajo.php",
      "icons": [{"src": "icons/icon-96x96.png", "sizes": "96x96"}]
    },
    {
      "name": "Facturación",
      "short_name": "Facturas",
      "url": "./facturacion.php",
      "icons": [{"src": "icons/icon-96x96.png", "sizes": "96x96"}]
    },
    {
      "name": "Correo",
      "short_name": "Correo",
      "url": "./correo.php",
      "icons": [{"src": "icons/icon-96x96.png", "sizes": "96x96"}]
    }
  ]
}
