Updated audio files in service worker

This commit is contained in:
William Brawner 2016-10-02 10:20:14 -05:00
parent a34224f8b3
commit f951dc1b2c

8
sw.js
View file

@ -3,9 +3,11 @@ self.addEventListener('install', function(e) {
caches.open('wbrawner-interval-timer').then(function(cache) {
return cache.addAll([
'/',
'/audio/beep-09.mp3',
'/audio/beep-10.mp3',
'/audio/button-42(1).mp3',
'/audio/cool.mp3',
'/audio/high.mp3',
'/audio/low.mp3',
'/audio/rest.mp3',
'/audio/warm.mp3',
'/browserconfig.xml',
'/contributors.txt',
'/css/addtohomescreen.css',