You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chrome.runtime.onInstalled.addListener(()=>{chrome.notifications.create({type: 'basic',iconUrl: '/icons/icon-128.png',title: 'Notification Title',message: 'This is a message for the notification.',});});
The text was updated successfully, but these errors were encountered: