{
  "name": "Gestor de Pedidos ZYS",
  "short_name": "Pedidos ZYS",
  "description": "Aplicación para organizar pedidos de taller mecánico",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f3f4f6",
  "theme_color": "#0f766e",
  "orientation": "any",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/2991/2991112.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/2991/2991112.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}