// index.html window.addEventListener('load', function () { navigator .serviceWorker .register('/service-worker.js'); });