I would like to "install" my Laravel 5.4 web app to mobile devices. I know that PWA can do that, and in order to make a PWA, we need to have 1. https connection 2. manifest.json 3. service worker
For my case, I do not have HTTPS Connection, and I also not intend to use Service Worker. With that said, can I still "install" my Laravel 5.4 web app to mobile device by utilizing the manifest.json?
Any good tutorial for this?