# Privacy Policy — Shades _Last updated: March 2026_ --- ## Overview Shades is a browser extension that applies visual colour themes (dark mode, sepia, night, and custom tints) to websites to reduce eye strain. This policy explains what data the extension does and does not collect. **The short version: Shades collects no personal data, records no browsing activity, and makes no network requests. Everything stays on your device.** --- ## Data Collection Shades does **not** collect, store, transmit, or share any of the following: - Personal information (name, email address, IP address, etc.) - Browsing history or the URLs you visit - Page content or any information displayed on pages you view - Keystrokes, form inputs, or any interaction data - Device identifiers or fingerprinting information --- ## Data the Extension Stores Locally Shades saves one thing to Chrome's built-in sync storage (`chrome.storage.sync`): | Data | Purpose | |---|---| | Your chosen theme (e.g. "Dark", "Sepia") | So your preference is remembered across sessions | | Your custom tint colour (a hex colour value) | So your custom theme is restored when you reopen the browser | This data: - **Never leaves your device** in a way accessible to the extension's developer or any third party - Is synced by Chrome across your own devices if you have Chrome Sync enabled — this is controlled entirely by Google's own infrastructure and settings, not by Shades - Can be cleared at any time by removing the extension --- ## How the Extension Works When you select a theme, Shades: 1. Saves your preference to `chrome.storage.sync` (local to your browser) 2. Injects a CSS `filter` rule onto the current page (e.g. `invert`, `sepia`, `brightness`) — this is a purely visual change 3. For the Custom theme, adds a transparent `