summaryrefslogtreecommitdiffstats
path: root/public/pwa-service-worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/pwa-service-worker.js')
-rw-r--r--public/pwa-service-worker.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/pwa-service-worker.js b/public/pwa-service-worker.js
new file mode 100644
index 00000000..3cc74ec9
--- /dev/null
+++ b/public/pwa-service-worker.js
@@ -0,0 +1,4 @@
+self.addEventListener('install', function(event) {
+ // Dummy service worker that does nothing,
+ // for mobile browsers "Add to home screen".
+});