|
| 1 | +# Privacy Policy |
| 2 | + |
| 3 | +**Effective Date:** January 30, 2026 |
| 4 | + |
| 5 | +## About the App |
| 6 | + |
| 7 | +Lunch is a cross-platform restaurant selector app that helps you randomly choose where to eat from your personal list of restaurants. It is available for macOS, iOS, and Android. |
| 8 | + |
| 9 | +## Data Collection |
| 10 | + |
| 11 | +**Lunch does not collect, transmit, or share any personal data.** |
| 12 | + |
| 13 | +All operations are performed entirely on your device. The app does not communicate with any external servers. |
| 14 | + |
| 15 | +## Local Data Storage |
| 16 | + |
| 17 | +When you use Lunch, the following data is stored locally on your device: |
| 18 | + |
| 19 | +- **Restaurant List**: Names and categories (cheap/normal) of restaurants you add |
| 20 | +- **Recent Selections**: The last 14 restaurants selected to avoid immediate repeats |
| 21 | + |
| 22 | +This data is stored in a local SQLite database: |
| 23 | +- **macOS**: `~/Library/Application Support/Lunch/lunch.db` |
| 24 | +- **iOS/Android**: App data directory (sandboxed, not accessible by other apps) |
| 25 | + |
| 26 | +## No Network Access |
| 27 | + |
| 28 | +Lunch does not: |
| 29 | +- Make any network requests |
| 30 | +- Connect to any servers |
| 31 | +- Collect analytics or telemetry |
| 32 | +- Require an internet connection |
| 33 | + |
| 34 | +## Data Deletion |
| 35 | + |
| 36 | +To delete all your data: |
| 37 | +- **macOS**: Delete the app and remove `~/Library/Application Support/Lunch/` |
| 38 | +- **iOS/Android**: Uninstalling the app removes all associated data |
| 39 | + |
| 40 | +## Third-Party Services |
| 41 | + |
| 42 | +Lunch does not integrate with any third-party services, SDKs, or analytics platforms. |
| 43 | + |
| 44 | +## Changes to This Policy |
| 45 | + |
| 46 | +If this privacy policy changes, the updated version will be posted in the app repository and the effective date will be updated. |
| 47 | + |
| 48 | +## Contact |
| 49 | + |
| 50 | +If you have any questions or suggestions regarding this privacy policy, please open an issue on [GitHub](https://github.com/pythoninthegrass/lunchjs/issues). |
0 commit comments