-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
53 lines (45 loc) · 2.16 KB
/
privacy-policy.html
File metadata and controls
53 lines (45 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BlockPuzzle - Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: #333;
}
h1 { color: #2c3e50; }
h2 { color: #34495e; margin-top: 30px; }
p { margin: 10px 0; }
.updated { color: #666; font-size: 14px; }
</style>
</head>
<body>
<h1>BlockPuzzle - Privacy Policy</h1>
<p class="updated">Last updated: January 26, 2026</p>
<h2>Introduction</h2>
<p>BlockPuzzle ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we handle information when you use our mobile application.</p>
<h2>Information We Collect</h2>
<p>BlockPuzzle does not collect, store, or share any personal information. The game works entirely offline and does not require any user data to function.</p>
<h2>Data Storage</h2>
<p>Game progress (such as completed levels) is stored locally on your device only. This data never leaves your device and is not accessible to us.</p>
<h2>Analytics</h2>
<p>We may use anonymous analytics (via Firebase Analytics) to understand general usage patterns such as which levels are played most frequently. This data is aggregated and cannot be used to identify individual users.</p>
<h2>Third-Party Services</h2>
<p>The app may use the following third-party services:</p>
<ul>
<li>Firebase Analytics - for anonymous usage statistics</li>
</ul>
<h2>Children's Privacy</h2>
<p>BlockPuzzle does not knowingly collect any personal information from children. The game is suitable for all ages.</p>
<h2>Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. Any changes will be posted on this page.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at: nmelih@gmail.com</p>
</body>
</html>