Cómo verificar si el usuario ha instalado PWA

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