# Privacy Policy — Proxy Toggle

**Last updated:** 2026-03-29

## Overview

Proxy Toggle is a browser extension that configures and toggles browser proxy settings. It does **not** collect, transmit, or share any personal data.

## Data Storage

All data (proxy address, port, protocol, username, and password) is stored **locally** on your device using the browser's `chrome.storage.local` API. This data never leaves your browser and is not sent to any external server.

## Data Collection

This extension does **not** collect, track, or transmit:

- Personal information
- Browsing history
- Analytics or usage data
- Cookies or identifiers

## Permissions

| Permission | Purpose |
|---|---|
| `proxy` | Set and clear browser proxy configuration |
| `storage` | Persist proxy settings locally across browser restarts |
| `webRequest` | Intercept proxy authentication challenges (HTTP 407) |
| `webRequestAuthProvider` | Provide stored credentials to the configured proxy server |
| `<all_urls>` | Required by `webRequest.onAuthRequired` to match all URLs; no page content is read or modified |

## Third Parties

This extension does not communicate with any third-party services or servers.

## Changes

If this policy is updated, the changes will be reflected on this page with an updated date.

