Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data migration from localStorage to browser.storage (chrome.storage) #363

Merged
merged 10 commits into from
Jun 1, 2024

Conversation

sanemat
Copy link
Owner

@sanemat sanemat commented Jun 1, 2024

  • Add migration script from localStorage to browser.storage (chrome.storage)
  • Set/Get value from browser.storage
  • Add storage permission
  • Add activeTab permission
  • Add "https://github.com/*/*/pull/*" permission
  • background persistent

refs #357
refs #334

fixes #361

@sanemat sanemat added the v3 label Jun 1, 2024
@sanemat sanemat changed the title data migration from localStorage to browser.storage data migration from localStorage to browser.storage (chrome.storage) Jun 1, 2024
@sanemat sanemat marked this pull request as ready for review June 1, 2024 09:34
@sanemat
Copy link
Owner Author

sanemat commented Jun 1, 2024

background persistence will fix #336

@sanemat sanemat merged commit 954416b into master Jun 1, 2024
1 check passed
@sanemat sanemat deleted the feat/data-migration branch June 1, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate setting data from localStorage to browser.storage API (chrome.storage API)
1 participant