{
  "name": "Pymia — Gestión inteligente",
  "short_name": "Pymia",
  "description": "Gestión empresarial con IA integrada para PyMEs",
  "start_url": "/app/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f18",
  "theme_color": "#7c3aed",
  "lang": "es",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='36' fill='%237c3aed'/%3E%3Cg fill='none' stroke='white' stroke-width='13' stroke-linecap='round'%3E%3Cpath d='M44 148V90M74 148V44M104 148V70M134 148V28'/%3E%3C/g%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='96' fill='%237c3aed'/%3E%3Cg fill='none' stroke='white' stroke-width='34' stroke-linecap='round'%3E%3Cpath d='M118 394V240M198 394V118M278 394V186M358 394V74'/%3E%3C/g%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nueva venta",
      "short_name": "Venta",
      "description": "Registrar una nueva venta",
      "url": "/app/?section=sales",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect width='96' height='96' rx='18' fill='%237c3aed'/%3E%3C/svg%3E", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Ver el panel principal",
      "url": "/app/?section=dashboard"
    }
  ]
}
