I\'ve created a service-worker and manifest.json file in order to display an \'add to home screen\' Web App Install Banner for Chrome Browser Users.
manifest.json
It
In your service worker js file add this one line of code:
self.addEventListener('fetch', function(event) {});