mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 23:36:17 -04:00
Cache favicon with ServiceWorker
This commit is contained in:
parent
c68a7ad987
commit
819697d697
2 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
var CACHE_NAME = 'snapdrop-cache-v1.0';
|
||||
var CACHE_NAME = 'snapdrop-cache-v1.01';
|
||||
var urlsToCache = [
|
||||
'/',
|
||||
'/styles.css',
|
||||
'/scripts/network.js',
|
||||
'/scripts/ui.js',
|
||||
'/sounds/blop.mp3'
|
||||
'/sounds/blop.mp3',
|
||||
'/images/favicon-96x96.png'
|
||||
];
|
||||
|
||||
self.addEventListener('install', function(event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue