summaryrefslogtreecommitdiff
path: root/src/content/service-worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/service-worker.js')
-rw-r--r--src/content/service-worker.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/content/service-worker.js b/src/content/service-worker.js
new file mode 100644
index 0000000..1afe76c
--- /dev/null
+++ b/src/content/service-worker.js
@@ -0,0 +1,8 @@
+importScripts("sw.js", "images.js");
+
+main({
+ self,
+ caches,
+ clients,
+ IMG_PATHS,
+});