I implemented PWA for my static site. service worker register successfully and my page is also working in offline as I expected but the real problem is in add to Hom
Try below code..
let btnAdd = document.querySelector(".btnAdd"); // .btnAdd maybe id or class
which is applied on custom prompt button
btnAdd.style.display = "block";