I have never created a chrome plugin before this. Nor am I a programmer. But attempting to create a plugin which will have:
- folders
- sub-folders
- notes and
- bookmarks

What is the best way to store all this data? Can I just store it in chrome.storage? Or should I use sql? (Or something else). I have no clue on what the standard practice is for storing such type of data.