This commit is contained in:
Thomas
2020-08-09 19:41:29 +02:00
parent a1014d998e
commit 7edec4bc22
108 changed files with 1266 additions and 150 deletions

View File

@@ -0,0 +1,30 @@
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Workbox build configuration
* and re-run your build process.
* See https://goo.gl/2aRDsh
*/
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"/precache-manifest.e77e5c0fa4b0dafa58227bf0df9fd607.js"
);
workbox.core.setCacheNameDetails({prefix: "voozik"});
workbox.core.skipWaiting();
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});