{
  "name": "POS Restaurant CR",
  "short_name": "POS",
  "description": "Punto de Venta para restaurantes en Costa Rica",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0b0d10",
  "lang": "es-CR",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Nueva venta", "url": "/", "description": "Abrir pantalla POS" },
    { "name": "Inventario",  "url": "/inventory" },
    { "name": "Mermas",      "url": "/waste" }
  ]
}
