{
  "name": "APOS Gestion",
  "short_name": "APOS",
  "description": "Plataforma centralizada de gestion empresarial APOS",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#05070a",
  "theme_color": "#10b981",
  "lang": "es",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "assets/logo.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "assets/logo.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "assets/logo.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Inicio",
      "url": "./index.html?view=dashboard",
      "description": "Ver dashboard principal"
    },
    {
      "name": "Facturacion",
      "short_name": "Ventas",
      "url": "./index.html?view=facturacion",
      "description": "Gestionar facturas y ventas"
    }
  ]
}