Skip to content

Commit

Permalink
notifications: Fix chrome not popping up notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
chdinesh1089 committed Oct 5, 2020
1 parent 1bc276c commit c89b42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function PlayAudio() {

function notify(word) {
browser.notifications.create({
iconUrl: "./index.jpg",
type: "basic",
title: "AutoMeet",
message: `The word '${word}' has appeared!`,
Expand Down

0 comments on commit c89b42e

Please sign in to comment.