packager
packager copied to clipboard
Add Notification Windows to Special cloud behaviors
With Special cloud behaviors, there can be a new feature that allows notifications to be made.
just set eval to new Notification("notificationTitle", {body:"notificationText", icon:"iconLink", image:"imageLink"}); to send a notification and that should work
just set eval to new Notification("notificationTitle", {body:"notificationText", icon:"iconLink", image:"imageLink"}); to send a notification and that should work
Thanks! I'll close this then
Hmm... That's strange, the command didn't work
Ah, I might need permission, let me see
try running Notification.requestPermission(); to ask for the permission; see if that works.
Doesn't work
going through some old issues; closing this as notification extension has existed for a bit