Open
Description
- Set up a function to update extension settings (from browser local storage)
to the new settings keys
Map the keys likeautoCopy : true
to the new
"settings": {
"autocopy": true,
...
}
on the installation / initialization of new major version.
- Remove this feature after all the users have switched to the new major version
Without this mapping, the extension will UX issues for those who are using it currently.
Activity