Show Native Notifications
In script.js you can use built in notification API to send a native notification.
javascript
window.electronAPI.showNotification("notification title goes here", "notification body goes here")