Skip to content

Instantly share code, notes, and snippets.

@ironicpod96
Created January 15, 2026 18:09
Show Gist options
  • Select an option

  • Save ironicpod96/ad75b0ddc26ff90515b33b2295d28c0a to your computer and use it in GitHub Desktop.

Select an option

Save ironicpod96/ad75b0ddc26ff90515b33b2295d28c0a to your computer and use it in GitHub Desktop.
privacy-policy.md
# Loupe Privacy Policy
**Last Updated:** January 2025
## Overview
Loupe is a browser extension that captures screenshots of individual webpage elements. This policy explains how we handle your data.
## Data Collection
**Loupe does not collect, transmit, or store any personal data.**
- All screenshot processing happens locally in your browser
- No data is sent to external servers
- No analytics or tracking of any kind
- No user accounts required
## Permissions Explained
| Permission | Purpose |
|------------|---------|
| activeTab | Access current tab only when you activate the picker |
| clipboardWrite | Copy screenshots to your clipboard |
| storage | Save your local preferences |
| scripting | Inject the element picker overlay |
| offscreen | Process screenshots without affecting visible page |
## Data Storage
- User preferences stored locally via Chrome's storage API
- Temporary screenshot data cleared after clipboard copy
- No cloud storage or sync
## Third Parties
Loupe does not share any data with third parties because no data is collected.
## Contact
For questions, open an issue at: [GitHub Issues URL]
## Changes
Updates to this policy will be noted here with a new "Last Updated" date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment