Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.88 KB

File metadata and controls

39 lines (22 loc) · 1.88 KB

Privacy Policy

GitHub PR Dashboard is a browser extension that replaces your new tab page with a GitHub pull request dashboard.

Data Collection

This extension does not collect, transmit, or store any personal data on external servers. There is no analytics, no telemetry, and no tracking of any kind.

GitHub Token

Your GitHub Personal Access Token is stored locally on your device using chrome.storage.local (or browser.storage.local on Firefox). It is:

  • Never synced to any cloud service (we use local, not sync storage)
  • Never transmitted anywhere except directly to the GitHub API (api.github.com)
  • Never shared with other extensions, websites, or third parties
  • Deleted immediately when you log out via the extension

Network Requests

The extension makes requests only to https://api.github.com to fetch your pull request data. This is enforced by the Content Security Policy declared in the extension manifest. No other network requests are made.

Permissions

  • storage — to save your token, preferences, and cached dashboard data locally
  • host_permissions (api.github.com) — to fetch PR data from the GitHub GraphQL API

No other permissions are requested. The extension cannot access your browsing history, tabs, cookies, or any other browser data.

Third-Party Services

The only third-party service accessed is the GitHub API. Your use of the GitHub API is subject to GitHub's Privacy Statement.

Changes

If this policy changes, the update will be published in this file and included in the extension's release notes.

Contact

For questions about this privacy policy, open an issue at github.com/internetblacksmith/github-pr-dashboard.