Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ordotools/36d38cb290c383493aebd6f3cd55a6f6 to your computer and use it in GitHub Desktop.

Select an option

Save ordotools/36d38cb290c383493aebd6f3cd55a6f6 to your computer and use it in GitHub Desktop.
Privacy Policy for Lyceum Logic Analyzer
# Privacy Policy for Lyceum Logic Analyzer
Last updated: 2026-06-01
## What Data We Collect
The Lyceum Logic Analyzer extension only collects data when you explicitly interact with it:
- **Selected Text**: When you highlight text on a webpage and click "Analyze Logic in Lyceum" in the right-click context menu, that specific text snippet is collected.
- **User Preferences**: Your preferred default parser version (v1 or v2) is saved.
**We do not track your browsing history, collect telemetry, or read webpage content that you have not explicitly selected.**
## How Data Is Stored
- **User Preferences**: Stored locally on your device using `chrome.storage.local`.
- **Selected Text**: Stored temporarily in local memory just long enough to pass it from the background script to the side panel for processing.
## How Data Is Used
- **Selected Text**: Transmitted to our remote API to perform the logical analysis and extract syllogisms.
- **User Preferences**: Used to determine which version of the logic parser API to communicate with.
## Third-Party Services
The extension transmits the text you select to the Lyceum Logic API (`https://text-logic-parser-v2-780270134921.us-east4.run.app`) for processing. This API analyzes the text and streams back the results.
## Data Sharing
We do not sell, rent, or share your data with any third parties. The text you select is used exclusively for the purpose of generating the logic analysis you requested.
## Data Retention and Deletion
The extension does not retain a history of the text you analyze. Once the side panel is closed or you analyze a new piece of text, the previous analysis is discarded from local memory. You can clear your saved default version preference at any time by uninstalling the extension or clearing your browser's local extension data.
## Changes to This Policy
We may update this Privacy Policy from time to time to reflect changes in our practices. Updates will be reflected in the extension's Chrome Web Store listing.
## Contact
If you have any questions or concerns about this Privacy Policy, please contact the developer via the support link on the Chrome Web Store listing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment