I am working on my website. I managed to get basic PWA functionality using the web page manifest file.
Not long ago, Google released deeply integrated PWAs, allowing users to make a WebAPK when they added the page into the home screen.
I want my page to also have that kind of feature, but it is never been clear what I should do to get that functionality..
Do I need to add something extra aside from the manifest file, sw.js and various meta tags?