-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
183 lines (165 loc) · 7.61 KB
/
Copy pathprivacy.html
File metadata and controls
183 lines (165 loc) · 7.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Lentando</title>
<style>
:root {
--bg: #0a0a0a;
--card: #151515;
--text: #e0e0e0;
--muted: #888;
--primary: #4a9eff;
--border: #2a2a2a;
}
@media (prefers-color-scheme: light) {
:root {
--bg: #f5f5f5;
--card: #ffffff;
--text: #1a1a1a;
--muted: #666;
--primary: #0066cc;
--border: #e0e0e0;
}
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.6;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
background: var(--card);
border: 1px solid var(--border);
border-radius: 12px;
padding: 32px;
}
h1 {
font-size: 32px;
margin-bottom: 8px;
color: var(--text);
}
.updated {
color: var(--muted);
font-size: 14px;
margin-bottom: 32px;
}
h2 {
font-size: 20px;
margin-top: 32px;
margin-bottom: 12px;
color: var(--text);
}
h3 {
font-size: 16px;
margin-top: 20px;
margin-bottom: 8px;
color: var(--text);
}
p, li {
margin-bottom: 12px;
color: var(--text);
}
ul {
margin-left: 20px;
margin-bottom: 16px;
}
a {
color: var(--primary);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.back-link {
display: inline-block;
margin-top: 48px;
padding: 10px 20px;
background: var(--primary);
color: white;
border-radius: 8px;
text-decoration: none;
}
.back-link:hover {
opacity: 0.9;
text-decoration: none;
}
strong {
color: var(--text);
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p class="updated"><strong>Last updated:</strong> February 13, 2026</p>
<p>This Privacy Policy explains how <strong>Lentando</strong> ("we," "us," or "our") handles information when you use the App. By using the App, you agree to the practices described here.</p>
<h2>1. Who we are</h2>
<ul>
<li><strong>App:</strong> Lentando — <a href="https://lentando.3d2k.com" target="_blank">lentando.3d2k.com</a></li>
<li><strong>Operator:</strong> <a href="https://www.frankforce.com" target="_blank">Frank Force Games</a></li>
<li><strong>Contact:</strong> <a href="mailto:frankforcegames@gmail.com">frankforcegames@gmail.com</a></li>
</ul>
<h2>2. What data exists</h2>
<p>Lentando is local-first. You can use it <strong>without an account</strong> or <strong>with an account</strong> for optional cloud sync.</p>
<h3>A) No-account mode (local-only)</h3>
<p>All data (events, settings, to-dos, badges, theme) is stored in your browser's local storage. We do not store any of it in our cloud database.</p>
<h3>B) Account data (if you sign in)</h3>
<ul>
<li>Firebase Authentication stores your sign-in credentials (Google profile info or email/password) and assigns a unique user ID (UID).</li>
<li>Your app data (events, settings, to-dos, badges, sync metadata) is synced to <strong>Cloud Firestore</strong> under your UID for backup and multi-device use.</li>
</ul>
<h3>C) Technical data</h3>
<p>Firebase may process technical data (IP address, device/browser info, timestamps) to operate and secure its services. We do <strong>not</strong> intentionally run dedicated advertising trackers or analytics in Lentando.</p>
<h2>3. How we use data</h2>
<p>We use your information to:</p>
<ul>
<li>Provide local app functionality (no account required).</li>
<li>Provide optional sign-in, cloud backup, and cross-device sync.</li>
<li>Maintain security, prevent abuse, and comply with legal obligations.</li>
</ul>
<h2>4. How we share data</h2>
<p>We do <strong>not</strong> sell your personal information. We share data only:</p>
<ul>
<li>With <strong>Google Firebase</strong> (Authentication and Firestore) to operate the App.</li>
<li>If required by law or to protect the rights, property, or safety of our users or others.</li>
</ul>
<p>If you use Google sign-in, your authentication data is processed by Google/Firebase to authenticate you and operate sign-in.</p>
<h2>5. Your choices and controls</h2>
<ul>
<li><strong>Use without account:</strong> Core features work with no sign-in; data stays on your device.</li>
<li><strong>Clear all data:</strong> In-app control clears local data and, if signed in, attempts to clear synced cloud data (this may require being online or syncing again later).</li>
<li><strong>Delete account:</strong> In-app flow deletes your account and associated cloud data. See <a href="./delete-account.html">Delete Your Account</a> for step-by-step instructions and an email option if you no longer have access to the app.</li>
<li><strong>Disconnect Google:</strong> Remove access via <a href="https://myaccount.google.com/permissions" target="_blank">Google Account settings</a>.</li>
</ul>
<h2>6. Data storage and retention</h2>
<ul>
<li><strong>Local-only mode:</strong> Data stays on your device until you clear it or remove browser data.</li>
<li><strong>Signed-in mode:</strong> Cloud data is stored in Firebase under your UID until you delete your account.</li>
<li>We may retain limited records where required for legal or compliance obligations.</li>
</ul>
<h2>7. Regional privacy rights</h2>
<p><strong>EU/UK users:</strong> We process data under contractual necessity (providing the App), legitimate interests (security, stability), and consent where required. You have the right to access, correct, restrict, or delete your personal data, and to lodge a complaint with your local data protection authority.</p>
<p><strong>California users (CCPA):</strong> You have the right to know what personal information we collect, request its deletion, and not be discriminated against for exercising those rights. We do not sell personal information.</p>
<p>To exercise any privacy right, contact us (see Section 1).</p>
<h2>8. Children's privacy</h2>
<p>The App is not directed to children under 13. We do not knowingly collect information from children under 13. If you believe we have, please contact us and we will promptly delete it.</p>
<h2>9. Health disclaimer</h2>
<p>Lentando is a self-tracking tool, not a medical device or substitute for professional medical, mental health, or addiction treatment advice.</p>
<h2>10. Security</h2>
<p>We use reasonable safeguards (including Firebase security rules) to protect your information, but no system is 100% secure.</p>
<h2>11. International transfers</h2>
<p>Data may be processed in the United States or other countries where Google operates. EU/UK transfers follow applicable data protection law (e.g., standard contractual clauses).</p>
<h2>12. Changes to this policy</h2>
<p>We may update this policy and will change the "Last updated" date above. Significant changes will be noted in the App. Continued use after changes constitutes acceptance.</p>
<h2>13. Contact</h2>
<p>Questions, requests, or complaints: <a href="mailto:frankforcegames@gmail.com">frankforcegames@gmail.com</a></p>
<a href="./" class="back-link">← Back to Lentando</a>
</div>
</body>
</html>