browser-extension
browser-extension copied to clipboard
Store API data in local storage instead of sync storage.
Closes #121
- Stores
apiUrlandapiKeyin local storage instead of sync storage. We use a separateTYPESvariable for this instead of makingSETTINGSan object for ease of use when usingSETTINGSkeys. - On startup, moves any existing
apiUrlorapiKeyvalues 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?