Effective date: February 23, 2026
Reminisce is a local-first Chrome extension. User memory data is stored locally in the browser using chrome.storage.local.
Per saved memory, Reminisce may store URL, title, description, image/favicon URL, domain, tags, collection, note, reading time estimate, timestamps, starred state, and revisit score.
Stored data is used only to render memory cards, calculate revisit priority, and support local search/filtering.
No saved memory data is sent to external servers by the extension code in this repository.
Data is stored in chrome.storage.local and remains until user deletion or extension uninstall.
Permissions are used for local storage, context menu save action, active tab save flow, and metadata extraction needed for user-facing features.
Users can delete memories, undo recent deletions, toggle favorites, and uninstall the extension to remove local extension data.
For privacy-related issues, use the repository issue tracker.