{
  "name": "ProGestión - Mi Unidad",
  "short_name": "ProGestión",
  "description": "Administra tu condominio o consulta tu estado de cuenta — gastos comunes, pagos y comunicados.",
  "start_url": "/propietario",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "es-ES",
  "background_color": "#ffffff",
  "theme_color": "#0E3A53",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mi Estado de Cuenta",
      "short_name": "Mi Cuenta",
      "description": "Ver el estado de tu cuenta y movimientos",
      "url": "/?tab=cuenta",
      "icons": [
        {
          "src": "/icons/shortcut-wallet-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reportar Pago",
      "short_name": "Pagar",
      "description": "Reportar un nuevo pago",
      "url": "/?tab=pagar",
      "icons": [
        {
          "src": "/icons/shortcut-upload-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "comprobante",
          "accept": ["image/jpeg", "image/png", "application/pdf"]
        }
      ]
    }
  }
}
