Privacy Policy
Color Season Shopper is a Chrome extension that helps you identify and collect colors from webpages that match your personal seasonal color palette. This policy explains what data the extension stores and how it's used.
Data collection and storage
Color Season Shopper stores the following data locally on your device using Chrome's storage API:
- Color season preference. Your selected season (Spring, Summer, Autumn, or Winter).
- Picked colors. Hex color codes you select using the eyedropper tool.
- Website information. URLs and page titles of websites where you picked colors.
- Timestamps. Date and time when colors were picked.
Data privacy
What we don't do
- No data transmission. No data is sent to external servers or third parties.
- No personal information. We don't collect names, emails, addresses, or any personally identifiable information.
- No tracking. No analytics, tracking pixels, or behavior monitoring.
- No third-party services. No external services, APIs, or data processors are used.
- No selling of data. Your data is never sold, rented, or shared with anyone.
What we do
- Local storage only. All data stays on your device in Chrome's secure storage.
- Optional sync. If you enable Chrome Sync, your color collections sync across your devices via Google's infrastructure — controlled by your Chrome settings, not us.
- User control. You have complete control over your data at all times.
How we use data
The stored data is used solely for the extension's core functionality:
- Season preference. Remembers your chosen season to show which colors match your palette.
- Color collections. Saves picked colors so you can reference them later.
- Website organization. Groups colors by website for easy navigation.
- Timestamps. Displays when colors were picked for your reference.
Permissions explained
The extension requests the following Chrome permissions:
activeTab
- Why. To access webpage content when you use the eyedropper tool.
- How it's used. Only activates when you click "Start selecting" to read pixel colors from the page.
- Scope. Only affects the currently active tab.
scripting
- Why. To inject the eyedropper functionality into webpages.
- How it's used. Programmatically adds the color picker interface when you request it.
- Scope. Only runs when you explicitly activate the eyedropper.
storage
- Why. To save your color season and collected colors.
- How it's used. Stores your preferences and color collections locally in Chrome storage.
- Scope. Limited to extension data only.
host_permissions
- Why. To enable color picking from any website you visit.
- How it's used. Allows you to use the eyedropper on any webpage without restriction.
- Scope. Only accesses pages when you activate the eyedropper. Reads only color values, not page content.
Your data rights
You have complete control over your data:
- View. All collected colors are visible in the extension popup.
- Delete individual colors. Click the delete button on any color card.
- Clear website collections. Use the "Reset" button to remove all colors from a specific website.
- Delete all data. Uninstall the extension to completely remove all stored data.
- Export. Copy individual hex codes using the copy button.
Data retention
- Automatic cleanup. Colors are automatically deleted when you close all tabs for a website domain.
- Session-based storage. Data persists only while you have tabs open for that domain.
- Example. If you pick colors from amazon.com/item1 and amazon.com/item2, those colors are kept until you close all amazon.com tabs.
- Manual deletion. You can also delete individual colors or entire website collections at any time.
Children's privacy
Color Season Shopper does not knowingly collect any information from children. The extension is designed for general audiences and does not target children specifically.
Changes to this policy
We may update this privacy policy from time to time. Any changes will be reflected by updating the "Last updated" date at the top of this policy. Continued use of the extension after changes constitutes acceptance of the updated policy.
Contact
If you have questions or concerns about this privacy policy or the extension's data practices, please contact:
- Email. [email protected]
- GitHub issues. github.com/lembaslabs/color-season-shopper-site/issues
Technical details
Data format
Colors are stored in the following format:
{
"chosenSeason": "Spring",
"colorGroups": {
"https://example.com": {
"url": "https://example.com",
"pageTitle": "Example Page",
"baseDomain": "example.com",
"firstPickedDate": "2025-12-22",
"colors": [
{
"hex": "#FF5733",
"season": "Autumn",
"timestamp": 1703250000000,
"date": "2025-12-22"
}
]
}
}
}
Storage location
- Chrome storage API.
chrome.storage.sync - Maximum size. 100 KB (Chrome's sync storage limit).
- Encryption. Handled by Chrome's built-in storage encryption.
Compliance
This extension complies with:
- Chrome Web Store Developer Program Policies
- Chrome Extension Manifest V3 requirements
- General Data Protection Regulation (GDPR) principles of data minimization and user control