1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-18 00:20:23 -07:00

Update service-worker.js

This commit is contained in:
RobinLinus 2019-03-13 20:31:43 +01:00
parent 0d70556e8f
commit 43f9c5e77a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
}], }],
"background_color": "#3367d6", "background_color": "#efefef",
"start_url": "/", "start_url": "/",
"display": "minimal-ui", "display": "minimal-ui",
"theme_color": "#3367d6", "theme_color": "#3367d6",

View File

@ -1,4 +1,4 @@
var CACHE_NAME = 'snapdrop-cache-v1.042'; var CACHE_NAME = 'snapdrop-cache-v1.044';
var urlsToCache = [ var urlsToCache = [
'/', '/',
'/styles.css', '/styles.css',