Notifications - Can there be a Sound Alert

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. :stuck_out_tongue:

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