add privacy policy documentation#4
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a standalone privacy policy document for the ElementSpotter Chrome Extension, describing local-only operation, local settings storage, clipboard usage, and requested permissions.
Changes:
- Added
PRIVACY_POLICY.mddescribing data handling and user privacy commitments. - Documented local storage usage for user preferences and clipboard behavior.
- Listed extension permissions and contact information for privacy questions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+8
to
+12
| **We do not collect, transmit, distribute, or sell any of your personal data.** | ||
| The Extension operates entirely locally on your device (browser). We do not use external servers, analytics trackers, or third-party APIs to gather information about you, your browsing history, or the elements you interact with. | ||
|
|
||
| ## 2. Local Storage | ||
| The Extension uses the Chrome local storage API (`@plasmohq/storage`) solely to save your personal configuration preferences so they persist across browsing sessions. |
Comment on lines
+26
to
+28
| The Extension requires the following permissions to function correctly: | ||
| - **`storage`**: Required to save your extension settings locally. | ||
| - **`<all_urls>` / `activeTab` / `tabs`**: Required to inject the overlay highlighter and listen for the hotkey on the websites you visit, as well as to determine the current domain for your whitelist/blacklist rules. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.