{
  "name": "OrbitalOne — POS",
  "short_name": "POS",
  "description": "Sistema POS para restaurantes — funciona sin internet",
  "start_url": "/pos",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "lang": "es-CO",
  "icons": [
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["business", "finance"],
  "shortcuts": [
    {
      "name": "Abrir POS",
      "short_name": "POS",
      "description": "Ir directamente al punto de venta",
      "url": "/pos",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
