{
  "name": "DEPLOY//LOGIC",
  "short_name": "DeployLogic",
  "description": "Analytics y KPIs en tiempo real para tu negocio",
  "start_url": "/login.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0e14",
  "theme_color": "#b87333",
  "orientation": "portrait-primary",
  "lang": "es-CL",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-apple.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard.html",
      "description": "Ver KPIs del negocio"
    },
    {
      "name": "Portal",
      "url": "/portal.html",
      "description": "Menú principal"
    }
  ]
}
