lightning-browser-extension
lightning-browser-extension copied to clipboard
If new version of extension is available display i.e. a PopUp with context
Is your feature request related to a problem?
We want to inform the user but we currently can't, i.e. when we want to...
- announce special features
- inform about Alby related infos
- warn users if a certain action is needed on their side
Describe the solution you'd like
- A popup should show
- Content should come from an external (md?) file so it can be updated without needing to updated anything within the repo itself
Describe alternatives you've considered
none
Additional context
- https://stackoverflow.com/questions/40466075/chrome-extension-tabs-onupdated-event
- https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onUpdateAvailable
- https://developer.chrome.com/docs/extensions/reference/runtime/#event-onUpdateAvailable
- https://stackoverflow.com/questions/40613173/chrome-extension-oninstalled-event/40614389#40614389
Are you working on this?
No