# Privacy Policy for Chrome Extension Template Last Updated: January 7, 2025 ## Overview This Chrome Extension Template ("the Extension") is designed to be a minimal demonstration of Mantine UI components in a Chrome extension. We take your privacy seriously and want to be transparent about our data practices. ## Data Collection and Usage The Extension: - Does not collect any personal information - Does not track user behavior - Does not store any user data outside of your local browser storage - Does not transmit any data to external servers ## Storage The Extension only uses Chrome's local storage API (`chrome.storage.local`) for demonstration purposes, which: - Is only accessible by the Extension itself - Stores data locally on your device - Is automatically cleared when you uninstall the Extension ## Permissions The Extension requires minimal permissions: - `storage`: Used to demonstrate Chrome's storage API functionality - Access to extension popup: To display the user interface ## Changes to This Privacy Policy We may update this Privacy Policy from time to time. We will notify users of any changes by updating the "Last Updated" date at the top of this policy. ## Contact If you have any questions about this Privacy Policy, please create an issue in the project repository. ## Consent By using the Extension, you consent to this Privacy Policy.