faameunier / tk-chrome

Tabby (aka project tabkiller) is a Chrome extension that aims at automatically deleting all your useless tabs.
https://www.tabby.us/
0 stars 0 forks source link

[Backend] Settings migration #62

Closed faameunier closed 4 years ago

faameunier commented 4 years ago

When tabby will be updated on our users computers, we need to migrate the settings and make sure all the code remains compatible.

Currently, onInstalled everything is hard resetted. Based on chrome doc the current strategy will erase all user settings (rip).

We need a strategy ASAP.