For a PWA to be installable, you need a registered service worker and a manifest file with the relevant fields . You also need to attach a click event to an element in the HTML file. I added a button tag as the last element of my HTML file and set the display to none in CSS.