Just thinking of getting a sound alert if there is a new Notification. The Bell is already there but it does not make any noise.
Not sure which file has the notification function but adding this should work
var audio = new Audio(’/path/to/audio/file.mp3’);
audio.play();
}
lastNotify and Notify being whatever