const androidStore = 'https://play.google.com/store/apps/details?id=com.linagora.android.teammail'; const iosStore = 'https://apps.apple.com/app/twake-mail/id1587086189'; const iosPlatform = 'iOS'; const androidPlatform = 'android'; const otherPlatform = 'other'; const timeoutDuration = 4000; var serviceWorkerVersion = null; var scriptLoaded = false; function loadMainDartJs() { if (scriptLoaded) { return; } scriptLoaded = true; var scriptTag = document.createElement('script'); scriptTag.src = 'main.dart.js'; scriptTag.type = 'application/javascript'; document.body.append(scriptTag); } function fetchServiceWorker() { if ('serviceWorker' in navigator) { // Service workers are supported. Use them. // Wait for registration to finish before dropping the