window.serverUrl = 'https://bollore-app.briceno-online.com'; window.getVersion = async () => { const response = await fetch('https://bollore-app.briceno-online.com/data/version.json'); const data = await response.json(); return data; };