{
  "id": "../",
  "name": "ASIRMEX Mantenimiento",
  "short_name": "ASIRMEX",
  "description": "Sistema de reportes de mantenimiento industrial",
  "lang": "es-MX",
  "dir": "ltr",
  "start_url": "../index.php",
  "scope": "../",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f8fc",
  "theme_color": "#0b2cff",
  "categories": ["business", "productivity"],
  "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": "Dashboard",
      "short_name": "Dashboard",
      "url": "../dashboard.php",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Crear reporte",
      "short_name": "Reporte",
      "url": "../crear-reporte.php",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}