Jak sprawdzić, czy użytkownik zainstalował PWA

if (window.matchMedia('(display-mode: standalone)').matches) {  
    // do things here
}  
thuga.exe