Add stub service worker so users can install on desktop with Chrome

Signed-off-by: Dale Harvey <dale@arandomurl.com>
This commit is contained in:
Dale Harvey 2020-01-04 19:48:08 +00:00
parent 024c019c5b
commit a41484cb35
3 changed files with 7 additions and 0 deletions

1
res/sw.js Normal file
View file

@ -0,0 +1 @@
self.addEventListener('fetch',() => {});