Last updated: 2026-03-09
Lunchbox Rewind collects and stores the following data locally on your device in Chrome's extension storage and IndexedDB:
- Lunch Money API token — used to authenticate with the Lunch Money API to fetch and update transactions
- Transaction snapshots — before/after copies of transactions you edit, used to compute undo payloads
- Undo action history — a record of edits you've made so you can revert them
- Extension preferences — settings like undo stack size, UI visibility, and button position
All data is stored locally in your browser using Chrome's chrome.storage.local API and IndexedDB. No data is stored on external servers.
Lunchbox Rewind communicates only with the Lunch Money API (api.lunchmoney.dev) to:
- Fetch transaction details (to create before/after snapshots)
- Update transactions (to revert changes when you click Undo)
No data is sent to any other server, analytics service, or third party.
Lunchbox Rewind does not:
- Sell or transfer user data to third parties
- Use data for advertising, analytics, or profiling
- Use data to determine creditworthiness or for lending purposes
- Collect personally identifiable information beyond what Lunch Money's API returns
All data remains on your device until you:
- Remove the extension
- Clear extension data via Chrome settings
- Delete a budget from the extension's settings
For questions about this privacy policy, contact: matt@oppian.com