mozilla / lightbeam-we

Web Extension version of the Firefox Lightbeam add-on
https://addons.mozilla.org/en-GB/firefox/addon/lightbeam/
Mozilla Public License 2.0
179 stars 61 forks source link

Open First Run page based on Lightbeam version rather than tracking in localStorage #191

Open biancadanforth opened 7 years ago

biancadanforth commented 7 years ago

PR #186 is a good initial set up for our first run page, but it would be more correct to listen for an install or update event and compare the previous version, if any, to the current version of Lightbeam.

We would likely use the management extension API to implement this.