max / balanced_breakfast
1 file changed,
+5 insertions,
-5 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | - | # Balanced Breakfast — Privacy Policy | |
| 1 | + | # Balanced Breakfast Privacy Policy | |
| 2 | 2 | ||
| 3 | 3 | *Last updated: July 11, 2026* | |
| 4 | 4 | ||
| @@ -17,7 +17,7 @@ Balanced Breakfast is published by Make Creative, LLC. This policy explains what | |||
| 17 | 17 | - Your feed subscriptions and source configurations | |
| 18 | 18 | - Fetched articles, metadata, and read/unread state | |
| 19 | 19 | - Plugin scripts you install (Rhai) | |
| 20 | - | - Encrypted credentials for sources that require auth (e.g. API tokens) — stored in the OS keychain, never in plain disk | |
| 20 | + | - Encrypted credentials for sources that require auth (e.g. API tokens), stored in the OS keychain, never in plain disk | |
| 21 | 21 | ||
| 22 | 22 | ## What Balanced Breakfast Sends Off Your Device | |
| 23 | 23 | ||
| @@ -25,8 +25,8 @@ The app makes outbound requests only to sources you've added: | |||
| 25 | 25 | ||
| 26 | 26 | - RSS/Atom feed URLs you subscribe to | |
| 27 | 27 | - Public APIs (e.g. Hacker News, arXiv) that plugins are configured to query | |
| 28 | - | - **Update server** — the app periodically checks for new versions. The check transmits your current app version and platform; no personal data. | |
| 29 | - | - **SyncKit sync** (optional, off by default) — if you enable it, the app replicates your data to a SyncKit server (makenot.work by default) using end-to-end encrypted payloads. The server stores only ciphertext; we cannot read your synced data. | |
| 28 | + | - **Update server**: the app periodically checks for new versions. The check transmits your current app version and platform; no personal data. | |
| 29 | + | - **SyncKit sync** (optional, off by default): if you enable it, the app replicates your data to a SyncKit server (makenot.work by default) using end-to-end encrypted payloads. The server stores only ciphertext; we cannot read your synced data. | |
| 30 | 30 | ||
| 31 | 31 | We don't proxy any of these requests. Each goes directly from your device to the source's own server, under that source's own privacy policy. | |
| 32 | 32 | ||
| @@ -36,7 +36,7 @@ We don't proxy any of these requests. Each goes directly from your device to the | |||
| 36 | 36 | - No advertising, no third-party trackers | |
| 37 | 37 | - No data sold or shared with third parties | |
| 38 | 38 | - No background sync or data upload unless you explicitly enable SyncKit (off by default) | |
| 39 | - | - No loading of remote images or resources embedded in article content — remote `img`/resource URLs in feed bodies are stripped before rendering, so a feed publisher can't use a tracking pixel to log your IP address or reading activity | |
| 39 | + | - No loading of remote images or resources embedded in article content: remote `img`/resource URLs in feed bodies are stripped before rendering, so a feed publisher can't use a tracking pixel to log your IP address or reading activity | |
| 40 | 40 | ||
| 41 | 41 | ## Children | |
| 42 | 42 |