Skip to content

Commit 178b389

Browse files
committed
added privacy policy
1 parent 3951d9b commit 178b389

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

src/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row">
44
<div class="col-12 col-md">
55
<img class="logo" width="32" height="32" src="/img/icon32.svg" alt="webOS Homebrew">
6-
<small class="d-block mb-3 text-body-secondary" translate="no">© 2020–2024</small>
6+
<small class="d-block mb-3 text-body-secondary" translate="no">© 2020-2025</small>
77
</div>
88
<div class="col-6 col-md">
99
<h5>Guides</h5>

src/views/devman/index.md

Whitespace-only changes.

src/views/devman/privacy-policy.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Privacy Policy
2+
3+
TL;DR: webOS Dev Manager does not collect any personal data. For debugging purposes, crash logs and
4+
other diagnostic information may be collected by [Sentry](https://sentry.io/).
5+
6+
## Information Collected
7+
8+
* Operating system version
9+
* Page name where error occurred
10+
* Error logs
11+
12+
## How Information is Used
13+
14+
The information collected is used to diagnose and fix issues with the webOS Dev Manager. No personal data is collected.
15+
16+
## Where Information is Stored
17+
18+
Information is sent to [Sentry](https://sentry.io/). It will be retained for a brief period of time (maximum 90 days).
19+
20+
## Changes
21+
22+
We may update this privacy policy from time to time. We will summarize the changes here.
23+
24+
* 2025-02-12: Initial version

0 commit comments

Comments
 (0)