self.addEventListener('install', function () {
  console.log('Installed');
});