{
  "name": "DISTRIBUIDORA CHAVEZ",
  "short_name": "DISTRIBUIDORA CHAVEZ",
  "description": "Sistema de Punto de Venta para Rastro",
  "start_url": "https://rastropos.baktuncompany.com/",
  "display": "standalone",
  "background_color": "#1e293b",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    {
      "src": "/imagenes/android-chrome-192x192.v2.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/imagenes/android-chrome-512x512.v2.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "permissions": [
    "notifications",
    "vibrate"
  ]
}