gatsby push notifications code example
Example: gatsby-plugin-notifications
{
resolve: `gatsby-plugin-notifications`,
// these are the default options
options: {
sound: `Glass`, // see ./assets/sounds for available sounds
toast: true
}
}