Restaurar configuración original del manifest PWA
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m0s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m0s
- Restaurar capture_links: 'existing-client-navigate' - Restaurar scope_extensions con subdominios de Nucleo V3 - Ahora usamos window.open() para bypassear estas configuraciones - Configuración correcta del manifest mantenida
This commit is contained in:
@@ -46,9 +46,29 @@ export default defineNuxtConfig({
|
|||||||
launch_handler: {
|
launch_handler: {
|
||||||
client_mode: 'navigate-existing'
|
client_mode: 'navigate-existing'
|
||||||
},
|
},
|
||||||
// Capturar enlaces pero respetar target="_blank"
|
// Capturar todos los enlaces que apunten a esta app
|
||||||
// 'none' permite que el navegador maneje los enlaces normalmente
|
capture_links: 'existing-client-navigate',
|
||||||
capture_links: 'none',
|
// Extender scope a otros subdominios de Nucleo V3
|
||||||
|
scope_extensions: [
|
||||||
|
{
|
||||||
|
origin: "https://musica.nucleoriofrio.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
origin: "https://docs.nucleoriofrio.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
origin: "https://analitica.nucleoriofrio.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
origin: "https://seguidordelotes.nucleoriofrio.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
origin: "https://whisper.nucleoriofrio.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
origin: "https://amigos.nucleoriofrio.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: '/icon-192x192.png',
|
src: '/icon-192x192.png',
|
||||||
|
|||||||
Reference in New Issue
Block a user