riccardoFasan / stack-overflow-tweaks-tool

StackOverflowTweaksTool is an extension for chromium based browsers and Firefox made for developers. It enables some UI customizations on any StackOverflow question page.
MIT License
24 stars 1 forks source link

Fix: mantain user settings after updates #8

Closed riccardoFasan closed 1 year ago

riccardoFasan commented 1 year ago

Using runtime.onInstalled without check the event reason caused the storage cleaning after every extensions (or browser) update (see the runtime API).

In addition to that, I did some refactoring.