Chrome web extension not showing notification even though it is working fine in Firefox
问题 I have a simple call to the chrome.notifications.create(id,options) function and I have checked the arguments ten times already. The id argument is a string. The options argument is an object like this: {type:"basic",message:"message",title:"message",iconUrl:chrome.extension.getURL("icons/icon.png")} It is only working in Firefox though. Edge Opera and Chrome all fail to display the notification. Edge just crashes! I've checked everything. There are no errors and the iconUrl is correct. Also