try to show add to home screen

This commit is contained in:
creeper123123321 2021-05-28 18:47:43 -03:00
parent 708b7fe7ae
commit d5bc72395d

View File

@ -6,3 +6,6 @@ self.addEventListener("notificationclick", event => {
viac.postMessage({tag: event.notification.tag, action: event.action});
});
addEventListener("fetch", e => {
// chrome please show "add to home screen"
});