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.notifications.create({type: "basic",iconUrl: chrome.runtime.getURL(chrome.runtime.getManifest().icons["48"]),title: "Test message",message: "This is a test message!",priority: 2})
How do you envision this feature/change to look/work like?
Hi,
I want to show notification. but it's due to icon issue it don't not show notification.
here is the error
I have kept the icon inside assets/icon.png & given the permission in manifest
I am trying to show notification on install - but it's not working
I used couple of ways to get path as run time - chrome.runtime.getURL("assets/icon.png"),
but the issue is the same, Could anyone please help me to resolve this issue why this is happening.
Thanks,
What is the purpose of this change/feature? Why?
Showing notification is really helpful for user.
(OPTIONAL) Example implementations
No response
(OPTIONAL) Contribution
Verify canary release
plasmo
canary releaseCode of Conduct
The text was updated successfully, but these errors were encountered: