Sticky notes on any website — draggable, resizable, Markdown, reminders, sync.
A Chrome extension (Manifest V3) that overlays Post-it-style notes on any http(s) page. No account, no tracking, fully usable offline.

chrome.storage.syncCtrl+Shift+E (new note), Ctrl+Shift+S (show/hide all)chrome://extensionsThe extension appears in the toolbar. Open any http/https page and click the icon to create your first note.

manifest.json Manifest V3 configuration
background.js Service worker (commands, alarms, notifications)
shared.js Shared helpers (storage, Markdown, colors)
content.js Overlay logic on target pages
content.css Styles for notes on the page
popup.html/.js/.css Toolbar popup (new, search, list)
options.html/.js/.css Settings page (export/import, sync, colors)
icons/ PNG icons in 16/32/48/128
tools/gen_icons.py Python script to rebuild icons (optional)
If you want to tweak the icons:
cd tools
python gen_icons.py
Requires Python 3 with Pillow (pip install Pillow).
No servers, no tracking, no analytics. All data lives locally in your browser (chrome.storage.local) or optionally in your own Google account (chrome.storage.sync, only when you enable it). See PRIVACY.md for details.