mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-02-13 01:11:20 +01:00
try to show add to home screen
This commit is contained in:
parent
708b7fe7ae
commit
d5bc72395d
@ -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"
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user