]> git.wh0rd.org - chrome-ext/tabs-backup.git/commit
migrate from localStorage to chrome.storage.local
authorMike Frysinger <vapier@gentoo.org>
Fri, 7 Oct 2022 18:08:59 +0000 (23:53 +0545)
committerMike Frysinger <vapier@gentoo.org>
Fri, 7 Oct 2022 18:15:53 +0000 (00:00 +0545)
commitd9e77fbf08e2e408b3289e0a559859bc98221e12
tree59688388146835dc98d602a6bdcee7e3d3a9e960
parenta18caa4dbb15ef1d7e81a2464b68651cc9526085
migrate from localStorage to chrome.storage.local

This storage type isn't available in MV3, so we have to migrate to
chrome.storage.local for all settings.
background.js
options.js
theme-init.js