{
  "id": "/",
  "name": "Orinoco Inventarios",
  "short_name": "OI",
  "description": "Sistema de inventario Orinoco Fueltech",
  "start_url": "/general",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a2a3a",
  "theme_color": "#1a2a3a",
  "lang": "es",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Inventario general"
    },
    {
      "src": "/icons/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vista de escritorio"
    }
  ],
  "shortcuts": [
    { "name": "Inventario", "url": "/general" },
    { "name": "transporte", "url": "/transporte" },
    { "name": "Escáner QR", "url": "/" }
  ],
  "categories": ["business", "productivity"]
}