v2.0.0
Version 2.0.0
Improvements
- frontend done in Vue
- backend using customized Vue CLI scaffolding
- UI styling done in Vuetify
- uses localstorage vs sync storage via Vuex
- switched to
webextension-polyfill
for cross-browser capability.- still need to implement the automation.
- made use of the native
browser.tabs
api over using content-scipts and a confusing messaging system.