Files
RepoDructor/public/.well-known/web-app-origin-association
josedario87 41f944f811
All checks were successful
build-and-deploy / build (push) Successful in 9s
build-and-deploy / deploy (push) Successful in 3s
Implementar link handling y asociación con PWA hub
- Agregar capture_links en manifest para mejorar experiencia PWA
- Crear archivo .well-known para asociación con inicio.nucleoriofrio.com
- Configurar Traefik para servir .well-known sin autenticación
2025-10-17 02:14:17 -06:00

11 lines
162 B
Plaintext

{
"web_apps": [
{
"manifest": "https://inicio.nucleoriofrio.com/manifest.webmanifest",
"details": {
"paths": ["/*"]
}
}
]
}