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

View file

@ -58,6 +58,7 @@ const INCLUDE_LANGS = [
// "dest/b/...".
const COPY_LIST = [
["res/manifest.json", "webapp"],
["res/sw.js", "webapp"],
["res/welcome.html", "webapp"],
["res/welcome/**", "webapp/welcome"],
["res/themes/**", "webapp/themes"],