# Privacy Policy — Resrve Design **Last updated: July 8, 2026** Resrve Design is a Chrome extension that lets you define custom CSS styles for websites you choose and applies those styles when you visit them. ## Data Collection **Resrve Design does not collect, transmit, sell, or share any user data.** The extension has no servers, makes no network requests, and includes no analytics, tracking, or advertising of any kind. ## Data Storage The only data the extension handles is the content you create yourself: the CSS selectors and style rules you enter in the extension popup, keyed by the website they apply to. This data is stored **only on your device**, using the browser's built-in extension storage (`chrome.storage.local`) and the extension's local storage. It never leaves your computer and is not accessible to the developer or any third party. You can delete this data at any time by removing your saved mappings in the extension popup, or by uninstalling the extension, which removes all stored data. ## Permissions The extension requests the following permissions, used solely to perform its single purpose: - **storage** — to save your CSS mappings locally so they persist across browser restarts. - **activeTab** — to identify the website of the tab you are viewing when you save a mapping, and to apply your styles to it immediately. - **scripting** — to load the extension's own bundled content script into an open tab so newly saved styles apply without a page reload. - **Host access (all sites)** — because you may define custom styles for any website of your choosing, the content script must be able to run on any site to apply the styles you saved for that specific site. It only applies styles on sites you have explicitly configured and does not read or collect page content. ## Third Parties No data is shared with third parties, because no data is collected. ## Changes to This Policy If this policy changes, the updated version will be published at the same location with a revised "Last updated" date. ## Contact If you have questions about this privacy policy, contact: **maran.mallow@gmail.com**