From e75acad1b8f78938a757229620f4e6c9f3085251 Mon Sep 17 00:00:00 2001 From: David Keane Date: Wed, 10 Jun 2026 01:21:27 +0100 Subject: [PATCH] docs(privacy): add tuner.theme + tuner.quickStations to storage key list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Effective date bumped 2026-06-09 → 2026-06-10. Two new storage keys added by v0.5.0 + v0.5.3 are now documented: - tuner.theme — user's chosen theme preference (auto/dark/light) - tuner.quickStations — user's Quick Stations picks Neither key changes the privacy story (still all local, still no data transmitted). Just keeping the per-key inventory honest. The davidtkeane.com privacy.html mirror has the same edits and will be uploaded separately by David. --- PRIVACY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PRIVACY.md b/PRIVACY.md index 77eacef..24f33b1 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -1,6 +1,6 @@ # Privacy Policy — RangerHQ Tuner -**Effective date:** 2026-06-09 +**Effective date:** 2026-06-10 **Maintainer:** David Keane — **Extension homepage:** https://davidtkeane.com/rangerhq-tuner **Source code:** https://git.davidtkeane.com/ranger/rangerhq-tuner @@ -49,6 +49,8 @@ RangerHQ Tuner uses Chrome's `chrome.storage.local` API to persist a small amoun | `tuner.history` | A capped log of artist + title pairs heard while playing | The History tab on the New Tab Page | | `tuner.favourites` | Track entries you have starred | The Favourites tab | | `tuner.historyCap` | Your chosen history-cap value (default 500) | Configurable on the Options page | +| `tuner.theme` | Your theme preference (`auto` / `dark` / `light`) | Configurable on the Options page; default `auto` follows OS | +| `tuner.quickStations` | The SomaFM channel short IDs you chose to surface in the New Tab Page Quick Stations row | Configurable on the Options page; default is a curated 8 | The history and favourites entries contain: artist name, track title, station display name, station ID, and a local timestamp. **They are stored in your browser only.** They are never sent to the extension author or any third party.