- 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
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
{
|
|
"web_apps": [
|
|
{
|
|
"manifest": "https://inicio.nucleoriofrio.com/manifest.webmanifest",
|
|
"details": {
|
|
"paths": ["/*"]
|
|
}
|
|
}
|
|
]
|
|
}
|