Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions PRIVACY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Privacy Policy

Linear View Diff does not collect, sell, share, or transmit any personal information to the developer.

## Data Collection

This extension does not collect analytics, tracking data, browsing history, or user profile information.

## Local Storage

If you provide a GitHub token or change extension preferences, that information is stored locally by Chrome using extension storage. It is used only to support extension functionality and is not sent to the developer.

## Remote Requests

The extension may make requests to GitHub's API to fetch pull request metadata, changed files, and diff content so it can display review information inside Linear. These requests are made directly from your browser to GitHub.

## Third Parties

No user information is sold, shared, or transferred to third parties by the developer.

## Contact

For privacy questions, contact the extension developer through the support channel listed on the Chrome Web Store listing.
5 changes: 5 additions & 0 deletions demo-large-diff/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# AB-2 Demo Large Diff

This directory contains intentionally fake changes for generating screenshots of a pull request review flow.

Nothing in this directory is used by the extension runtime.
Loading