I can find the previous localStorage api data in ~/.config/google-chrome/Default/Local Storage
directory. I see that these are sqlite files which I can browse with sqlite3.
However, I'm moving from localStorage api to chrome.storage
api and saving the information with chrome.storage.local
method.
Now, how and where are these files are bing saved in my file system? I can't seem to find any information regarding this in their doc. Any help would be highly appreciated.