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
Fix context menu disappearing after updating the browser
Initialize the context menu using the `runtime.onInstalled` event as
recommended by MDN. This will trigger the creation of the menu option
when the extension is first installed, when it is updated to a new
version, and when the browser is updated to a new version.
0 commit comments