I have a web application that is currently using AppCache for offline storage. I am trying to convert this app to use Service Workers instead. I have used this source as the basis for my Service Worker, except that the Service Worker is being built using PHP so that the array of files to be cached is dynamically generated. The