{
  "name": "Gestashop",
  "short_name": "Gestashop",
  "description": "Gestión integral para comercio minorista: productos, stock, ventas, pedidos, proveedores y clientes.",
  "theme_color": "#0f766e",
  "background_color": "#ffffff",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "any",
  "scope": "/",
  "start_url": "/mobile",
  "icons": [
    { "src": "/icon-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Nueva venta (TPV)", "short_name": "TPV", "url": "/mobile/ventas/nueva" },
    { "name": "Historial de ventas", "short_name": "Historial", "url": "/mobile/ventas-historial" },
    { "name": "Arqueo de caja", "short_name": "Arqueo", "url": "/mobile/arqueo-caja" },
    { "name": "Productos", "short_name": "Productos", "url": "/mobile/productos" }
  ]
}
