Typical notification structure
new Notification('Hello', {
body : 'Hello',
icon: 'https://www.domain.com/images/live_chat_icon.png',
tag: 'Test',
requireInteraction: true // need if yu want to close the the notifiaction only on interaction
});