The vibrate member of the NotificationOptions dictionary allows web developers to specify a vibration pattern for a notification. As of Chrome 53, the `Notification.vibrate` property is exposed as well.
Docs: https://developer.mozilla.org/en-US/docs/Web/API/notification/vibrate
Samples: https://googlechrome.github.io/samples/notifications/vibrate.html