{
  "name": "Ceres Distribuidora",
  "short_name": "Ceres",
  "description": "Sistema de pedidos, stock y remitos",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F7F8FA",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='24' fill='%232563EB'/%3E%3Cpath d='M40 80h112a8 8 0 0 1 8 8v40a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8V88a8 8 0 0 1 8-8z' fill='white' opacity='.9'/%3E%3Cpath d='M56 80V64a40 40 0 0 1 80 0v16' stroke='white' stroke-width='12' stroke-linecap='round' fill='none'/%3E%3Ccircle cx='96' cy='108' r='10' fill='%232563EB'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='64' fill='%232563EB'/%3E%3Cpath d='M96 210h320a20 20 0 0 1 20 20v110a20 20 0 0 1-20 20H96a20 20 0 0 1-20-20V230a20 20 0 0 1 20-20z' fill='white' opacity='.9'/%3E%3Cpath d='M150 210V168a106 106 0 0 1 212 0v42' stroke='white' stroke-width='32' stroke-linecap='round' fill='none'/%3E%3Ccircle cx='256' cy='282' r='26' fill='%232563EB'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Nuevo pedido",
      "url": "/?section=nuevo-pedido",
      "description": "Cargar un pedido nuevo"
    },
    {
      "name": "Ver stock",
      "url": "/?section=stock",
      "description": "Ver el inventario"
    }
  ]
}
