gokatz
9/14/2017 - 6:24 AM

Typical notification structure

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
});