browser-extension
browser-extension copied to clipboard
Store API data in local storage instead of sync storage.
Closes #121
- Stores
apiUrl
andapiKey
in local storage instead of sync storage. We use a separateTYPES
variable for this instead of makingSETTINGS
an object for ease of use when usingSETTINGS
keys. - On startup, moves any existing
apiUrl
orapiKey
values in sync storage to local storage and deletes them from sync storage if successful.
@nguyenkims Can you please take a look to see if we can merge? Thank you!
@FozzieHi @ngxson the PR look good to me 👌. Did you have a chance to test it on Firefox and Chrome?