-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
216 lines (195 loc) · 5.38 KB
/
privacy-policy.html
File metadata and controls
216 lines (195 loc) · 5.38 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - LiveLens</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
line-height: 1.6;
margin: 0;
background: #0f172a;
color: #e2e8f0;
}
.container {
max-width: 900px;
margin: auto;
padding: 40px 20px;
}
h1, h2, h3 {
color: #38bdf8;
}
h1 {
font-size: 2.5rem;
margin-bottom: 10px;
}
h2 {
margin-top: 30px;
border-bottom: 1px solid #1e293b;
padding-bottom: 5px;
}
p {
margin: 10px 0;
}
ul {
padding-left: 20px;
}
li {
margin-bottom: 8px;
}
.card {
background: #020617;
padding: 20px;
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
margin-top: 20px;
}
.highlight {
color: #22c55e;
font-weight: 500;
}
.footer {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #1e293b;
font-size: 0.9rem;
color: #94a3b8;
}
</style>
</head>
<body>
<div class="container">
<h1>📸 LiveLens Privacy Policy</h1>
<p><strong>Effective Date:</strong> April 15, 2026</p>
<p><strong>Owner:</strong> Bycon Studio</p>
<div class="card">
<h2>Introduction</h2>
<p>
LiveLens is built with a <span class="highlight">privacy-first architecture</span>.
We are committed to delivering a powerful live streaming experience while ensuring that your sensitive data remains under your control.
</p>
<p>
LiveLens operates as a <strong>local-first application</strong>, meaning we do not store your personal data on any servers.
All sensitive information stays on your device unless it is transmitted directly to the streaming platform you choose.
</p>
</div>
<div class="card">
<h2>1. Information Collection and Use</h2>
<h3>Camera and Microphone</h3>
<ul>
<li>Used for capturing video and audio</li>
<li>Processed in real-time</li>
<li><strong>Never recorded or stored by us</strong></li>
</ul>
<h3>Account Information (YouTube & Twitch)</h3>
<ul>
<li>Channel Name</li>
<li>Email Address</li>
<li>Profile Picture</li>
</ul>
<p>Used only for account identification inside the app.</p>
<h3>Stream Keys</h3>
<ul>
<li>Retrieved via official APIs</li>
<li>Stored only on your device</li>
<li>Never stored on our servers</li>
</ul>
</div>
<div class="card">
<h2>2. Legal Basis for Processing</h2>
<ul>
<li>User consent (e.g., login via YouTube/Twitch)</li>
<li>Legitimate interest for app functionality</li>
</ul>
</div>
<div class="card">
<h2>3. Third-Party Services</h2>
<ul>
<li>YouTube API Services</li>
<li>Twitch API</li>
<li>Firebase Crashlytics (anonymous crash data only)</li>
</ul>
<p>
We are not responsible for how third-party platforms handle your data.
</p>
</div>
<div class="card">
<h2>4. Data Storage and Security</h2>
<ul>
<li>Local storage with AES-256 encryption</li>
<li>Secure HTTPS communication</li>
<li>No server-side data storage</li>
</ul>
<p>
While we use industry-standard security practices, absolute security cannot be guaranteed.
</p>
</div>
<div class="card">
<h2>5. Data Retention</h2>
<ul>
<li>No data stored on our servers</li>
<li>Data deleted on logout</li>
<li>Data removed on app uninstall</li>
</ul>
</div>
<div class="card">
<h2>6. User Control</h2>
<ul>
<li>Logout removes all tokens</li>
<li>Uninstall deletes all data</li>
</ul>
</div>
<div class="card">
<h2>7. User Rights</h2>
<p>
You may have rights to access, correct, or delete your data depending on your region.
Since data is stored locally, control remains with you.
</p>
</div>
<div class="card">
<h2>8. International Transfers</h2>
<p>
Third-party services may process data outside your country.
</p>
</div>
<div class="card">
<h2>9. Permissions</h2>
<ul>
<li>Internet – streaming & API communication</li>
<li>Camera & Microphone – video/audio capture</li>
<li>Foreground Service – background streaming</li>
</ul>
</div>
<div class="card">
<h2>10. Children’s Privacy</h2>
<p>
LiveLens does not knowingly collect data from children under 13.
</p>
</div>
<div class="card">
<h2>11. No Data Selling</h2>
<ul>
<li>No selling or renting of data</li>
<li>No advertising tracking</li>
</ul>
</div>
<div class="card">
<h2>12. Changes to Policy</h2>
<p>
This policy may be updated periodically.
</p>
</div>
<div class="card">
<h2>13. Contact</h2>
<p>
<strong>Bycon Studio</strong><br>
Email: byconcare@gmail.com
</p>
</div>
<div class="footer">
© 2026 LiveLens • Built with Privacy First ❤️
</div>
</div>
</body>
</html>