Skip to content

Commit 8af6660

Browse files
committed
Add privacy policy
1 parent 90b0ec4 commit 8af6660

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@ See: `docs/GOOGLE_MAPS_APPROX_LOCATION.md`
138138
- Google maps “approx street”: `docs/GOOGLE_MAPS_APPROX_LOCATION.md`
139139
- OpenRouter LLM extraction: `docs/OPENROUTER_LLM_EXTRACTION.md`
140140
- Deployment runbook (GCP managed + self-hosted): `docs/DEPLOYMENT.md`
141+
- Privacy policy: `docs/PRIVACY.md`

docs/PRIVACY.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# EasyRelocate Privacy Policy
2+
3+
**Last updated:** 2026-01-31
4+
5+
## Summary
6+
EasyRelocate helps users save housing listings from supported sites and compare them in the EasyRelocate web app. The extension stores a workspace token and sends listing data to the user’s configured EasyRelocate backend.
7+
8+
## Data We Collect
9+
**From the extension:**
10+
- **Authentication information:** A workspace token provided by the user (stored locally).
11+
- **Website content:** Listing details from supported websites (e.g., title, price, location text, URL) and any text the user explicitly selects and saves.
12+
13+
**We do NOT collect:**
14+
- Personal communications
15+
- Health data
16+
- Financial/payment data
17+
- Device location/GPS
18+
- Web browsing history
19+
- Keystrokes or behavioral analytics
20+
21+
## How We Use Data
22+
- To save listings to the user’s workspace.
23+
- To display saved listings in the EasyRelocate web app.
24+
25+
## Data Storage
26+
- The workspace token and API base URL are stored locally in the user’s browser storage.
27+
- Listing data is sent to the user’s EasyRelocate backend configured by the user.
28+
29+
## Data Sharing
30+
We do not sell or share data with third parties. Data only goes to the user’s own backend API endpoint.
31+
32+
## User Control
33+
Users can:
34+
- Remove the token or change the API base URL in Extension Options.
35+
- Clear browser storage or uninstall the extension to remove local data.
36+
37+
## Contact
38+
For support or privacy questions, open an issue at:
39+
https://github.com/YuWei-CH/EasyRelocate

0 commit comments

Comments
 (0)