1. Introduction
This Privacy Policy explains how OpusPad ("Extension", "we", "us", or "our") handles your data. OpusPad is designed from the ground up to be entirely private and local-first.
2. Single Purpose
The sole purpose of the OpusPad Chrome Extension is to allow users to edit local text and markdown files directly within their browser. We bridge the gap between AI text generation and human editing by providing a local WYSIWYG environment.
3. Data Collection and Usage
We do not collect, transmit, distribute, or sell any of your data.
- Local Operation: The extension operates entirely on your local machine.
- File Access: We utilize the native Web File System Access API. File access is strictly user-initiated (e.g., when you click "Open Folder" and explicitly grant permission via Chrome's native security dialogs).
- No Telemetry: There are no analytics, crash reporters, or tracking scripts embedded in the extension.
- No Backend: We do not operate any servers that receive your data. Your markdown files and workspace structures never leave your computer.
4. Permissions Justification
OpusPad requires access to your local file system to function as a text editor. This functionality relies on standard web APIs (specifically, showDirectoryPicker and FileSystemDirectoryHandle) that require explicit user consent per Chrome's security model.
5. Chromium Web Store Compliance
This policy is designed to comply with the Google Chrome Web Store Developer Program Policies, specifically the User Data Privacy policy. As we collect zero user data, our strict "local-only" architecture inherently protects your privacy.
6. Changes to This Policy
If we ever introduce features that require a change to how data is handled, this policy will be updated and users will be explicitly notified to opt-in before using such features. Currently, no such features exist or are planned.
7. Contact
If you have any questions or concerns about this privacy policy, please open an issue on our GitHub repository.