This commit is contained in:
2020-03-09 15:43:32 -03:00
parent eebcac008f
commit 6dfa0c8fa3
63 changed files with 118448 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
self.addEventListener('activate', function (event) {
});
self.addEventListener('fetch', function (event) {
});
self.addEventListener('push', function (event) {
});