Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kcotoi committed Feb 1, 2022
1 parent e67aac5 commit a51890c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,20 +251,23 @@ Manifest V3 from here on.
- 2.0 Release info:

- Features:

- Added option in Pop up Settings to disable or enable Quick Buy button.

- Changes:
- Switched to using Manifest V3 and Service Workers. This should help have speedier reviews from chrome and also

- Switched to using Manifest V3 and Service Workers. This should help have speedier reviews from chrome and also
improve the performance.
- Reduced the host permission to specific domains see manifest.json
- Improved the way the extension stores the data, still work in progress.
- Got rid of using localstorage so now all the data is stored in the indexedDB.
One of the reasons is the storage limitations, not a lot of data is allowed to be stored there in a single item.
With previous approach there were issues with quickly recognizing data mismatch, this caused an issue with loading ranks and it could have taken up to 5 minutes to recognize it and fetch the data again if necessary.
- Improved the way the extension stores the data, still work in progress.
- Got rid of using localstorage so now all the data is stored in the indexedDB.
One of the reasons is the storage limitations, not a lot of data is allowed to be stored in a single item.
With previous approach there were issues with quickly recognising data mismatch, this caused an issue with loading ranks and it could
have taken up to 5 minutes to recognise it and fetch the data again if necessary.
- Added extra safety measures to

- Known issues:
- Known issues:
- Unfortunately Firefox does not support Manifest V3 yet so you will not be able to manually import this
extension there.
extension there.

Will work on implementing these changes for Manigest V2 so all this will also be available there too.

0 comments on commit a51890c

Please sign in to comment.