summaryrefslogtreecommitdiff
path: root/src/content/service-worker.js
blob: 1afe76c6c545901a01bda50e2e4c9098f4c0a8a5 (plain) (blame)
1
2
3
4
5
6
7
8
importScripts("sw.js", "images.js");

main({
	self,
	caches,
	clients,
	IMG_PATHS,
});