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:
parent
024c019c5b
commit
a41484cb35
3 changed files with 7 additions and 0 deletions
1
res/sw.js
Normal file
1
res/sw.js
Normal file
|
@ -0,0 +1 @@
|
|||
self.addEventListener('fetch',() => {});
|
Loading…
Add table
Add a link
Reference in a new issue