# URLises Privacy Policy

This repository hosts the public privacy policy for the URLises Chrome extension. The rendered website and the readable source policy are maintained together.

**Public URL:** <https://desatatufuria.github.io/urlises-privacy/>

## Files

- `index.html` — self-contained public website.
- `PRIVACY.md` — readable source document with the same substantive policy.
- `.nojekyll` — tells GitHub Pages to serve the static files directly.

## Local preview

No build step or dependencies are required:

```sh
python3 -m http.server 8000
```

Then open <http://localhost:8000/>.

## Deployment

GitHub Pages serves the repository root as a static site at the public URL above. The page contains no JavaScript, analytics, external fonts, or remotely hosted assets. Publishing is handled by the repository's GitHub Pages deployment after changes reach its configured publishing branch.

When the policy changes, update `index.html` and `PRIVACY.md` together so they remain substantively identical.
