diff --git a/public/sw-2.js b/public/sw-2.js index 2e42a3a7a..573519e47 100644 --- a/public/sw-2.js +++ b/public/sw-2.js @@ -1,3 +1,5 @@ +// keeps `beforeinstallprompt` firing (Chrome installability still requires a fetch +// handler); Chrome 115+ detects it as no-op and skips the worker on navigation self.addEventListener("fetch", () => { return; });