Merge branch 'master' into translate

This commit is contained in:
schlagmichdoch 2023-12-13 17:33:09 +01:00
commit 16921cb855
12 changed files with 131 additions and 115 deletions

View file

@ -1,4 +1,4 @@
const cacheVersion = 'v1.9.4';
const cacheVersion = 'v1.10.0';
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions
const relativePathsToCache = [
@ -6,7 +6,7 @@ const relativePathsToCache = [
'index.html',
'manifest.json',
'styles/styles-main.css',
'styles/deferred-styles.css',
'styles/styles-deferred.css',
'scripts/localization.js',
'scripts/main.js',
'scripts/network.js',