# PastePerfect — Privacy Policy **TL;DR:** PastePerfect does not collect, store, sell, or transmit your data. Clipboard contents are touched only at the moment of a paste event and are immediately discarded after the configured rules transform them. Your rule list lives only on your device. ## What we collect **Nothing.** PastePerfect has no servers, no analytics, no telemetry, no error reporting, and no account system. ## What is stored locally PastePerfect stores the following in `chrome.storage.local` on your device: - The list of formatting rules (built-in toggles and any custom rules you create). - A small set of preferences: whether the extension is enabled, whether to skip password fields, whether to skip credit-card-like fields. That is the entire dataset. There is nothing else. You can erase all of it from the Settings page using **Clear all data**. ## What we do NOT do - We do **not** monitor your clipboard. - We do **not** keep a clipboard history. - We do **not** read your clipboard outside of a paste event you initiate. - We do **not** log clipboard contents. - We do **not** send clipboard contents anywhere. - We do **not** make network requests of any kind. - We do **not** load remote code, fonts, or scripts. - We do **not** share or sell data — there is no data to share or sell. ## Sensitive fields PastePerfect skips password inputs and uses heuristics to skip credit-card-like inputs (such as those whose `autocomplete` is `cc-number` or whose name/id/placeholder contain `cardnumber`, `cvv`, `cvc`, `ssn`, `iban`, etc.). These protections are enabled by default. ## Permissions PastePerfect requests only: - `storage` — to keep your rules on your device. - `activeTab` — to allow the popup UI to interact with the current tab. It does **not** request `clipboardRead`. ## Children PastePerfect is a general-purpose utility and is not directed at children. Because it collects no data, it is suitable for any audience. ## Changes to this policy Because PastePerfect has no telemetry, we cannot notify you of changes. The version of this document shipped inside the extension always reflects the privacy properties of the build you have installed. ## Contact PastePerfect is local-only with no backend. Direct any questions to the developer who packaged this build.