Files
seguidorDeLotes/nuxt4-app/public/.well-known/web-app-origin-association
josedario87 482eafb8b4
Some checks failed
build-and-deploy / build (push) Failing after 46s
build-and-deploy / deploy (push) Has been cancelled
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
- Agregar router público en Traefik para recursos PWA y .well-known
2025-10-17 02:15:33 -06:00

11 lines
162 B
Plaintext

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