-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
61 lines (49 loc) · 3.33 KB
/
privacy.html
File metadata and controls
61 lines (49 loc) · 3.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>Privacy Policy — StatStack</title>
<meta name="description" content="Privacy policy for StatStack, a free daily statistics game.">
<link rel="canonical" href="https://thatch26.github.io/statstack/privacy.html">
<link rel="icon" href="img/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<div class="header-inner">
<a href="index.html" class="logo">
<span class="logo-icon">📊</span>
<span class="logo-text">StatStack</span>
</a>
</div>
</header>
<main class="content-page">
<h1>Privacy Policy</h1>
<p><em>Last updated: March 2026</em></p>
<h2>Overview</h2>
<p>StatStack is a free game available on the web, Android, and iOS. We are committed to protecting your privacy and being transparent about what data is collected.</p>
<h2>Data We Collect</h2>
<p><strong>Local Storage Only:</strong> Your game progress, scores, and streak data are saved locally on your device. This data never leaves your device and is not transmitted to any server.</p>
<h2>Third-Party Services</h2>
<h3>Google AdSense (Web)</h3>
<p>On the web version, we use Google AdSense to display advertisements. Google may use cookies and web beacons to serve ads based on your prior visits to this and other websites. You can opt out of personalized advertising by visiting <a href="https://www.google.com/settings/ads" target="_blank" rel="noopener">Google's Ads Settings</a>.</p>
<h3>Google AdMob (Mobile Apps)</h3>
<p>On the Android and iOS apps, we use Google AdMob to display advertisements. AdMob may collect device identifiers and usage data to serve relevant ads. You can opt out of personalized advertising in your device settings or by visiting <a href="https://www.google.com/settings/ads" target="_blank" rel="noopener">Google's Ads Settings</a>.</p>
<p>For more information, see <a href="https://policies.google.com/technologies/ads" target="_blank" rel="noopener">how Google uses data when you use our site or app</a>.</p>
<h3>GitHub Pages</h3>
<p>The web version is hosted on GitHub Pages. GitHub may collect technical information such as IP addresses for security and operational purposes. See <a href="https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement" target="_blank" rel="noopener">GitHub's Privacy Statement</a>.</p>
<h2>Cookies</h2>
<p>StatStack itself does not set cookies. Third-party services (such as Google AdSense on the web) may set cookies as described above. The mobile apps do not use cookies.</p>
<h2>Children's Privacy</h2>
<p>StatStack is a general-audience game. We do not knowingly collect personal information from children under 13.</p>
<h2>Changes</h2>
<p>We may update this policy from time to time. Changes will be posted on this page with an updated date.</p>
<h2>Contact</h2>
<p>For privacy-related questions, please contact us via <a href="https://github.com/THatch26/statstack">GitHub</a>.</p>
</main>
<footer class="footer">
<p>© 2025 StatStack · <a href="index.html">Play</a> · <a href="about.html">About</a></p>
</footer>
</body>
</html>