Skip to content

Instantly share code, notes, and snippets.

View nirmal141's full-sized avatar
🎯
Focusing

Nirmal Boghara nirmal141

🎯
Focusing
View GitHub Profile
@nirmal141
nirmal141 / gist:7eeef88e14bf519fa466ef6a6137ecf4
Last active October 12, 2025 06:40
Privacy policy for the “Cover Letter Generator” Chrome extension — explains local storage of API key/model/resume, what data is sent to the user-configured LLM only on generate, and that no analytics, selling, or third‑party sharing occur.
# Privacy Policy
This extension generates cover letters by combining a job description with your resume text and sending them to your configured LLM API.
What we store
- API base URL, model, API key, and optional resume text are stored locally in chrome.storage.local on your device.
- No analytics or tracking.
What we send
- When you click Generate, the extension sends: job description text and your resume text to the LLM endpoint you configured (e.g., Perplexity/OpenAI‑compatible endpoint). The request is made by the background service worker.