I’ve been trying to make a browser extension that changes the new tab page to something more useful — like a to-do list with weather and notes. I got the basic layout working with HTML/CSS, but I’m struggling to make it load the saved data every time the tab opens. Kinda stuck on the whole syncing and storage part.