{
  "name": "Nautix",
  "short_name": "Nautix",
  "description": "Sistema de punto de venta Nautix",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8F9FA",
  "theme_color": "#1D0C68",
  "icons": [
    {
      "src": "/nautix-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/nautix-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Stock",
      "short_name": "Stock",
      "description": "Ver stock actual",
      "url": "/stock",
      "icons": [{ "src": "/nautix-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Ventas",
      "short_name": "Ventas",
      "description": "Ver historial de ventas",
      "url": "/sales",
      "icons": [{ "src": "/nautix-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Turnos",
      "short_name": "Turnos",
      "description": "Ver turnos",
      "url": "/shifts",
      "icons": [{ "src": "/nautix-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "categories": ["business", "productivity"]
}
