Как проверить, установил ли пользователь PWA
if (window.matchMedia('(display-mode: standalone)').matches) {
// do things here
}
thuga.exe
if (window.matchMedia('(display-mode: standalone)').matches) {
// do things here
}