Skip to content

Commit 4fae2b8

Browse files
committed
✨ Add Privacy Policy for Minesweeper app
- Introduced a new Privacy Policy document. - Ensures compliance with privacy regulations. - Informs users about data collection and usage practices. Generated by Copilot
1 parent d4960b7 commit 4fae2b8

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Privacy Policy - Minesweeper by Apex Tools and Utilities</title>
7+
<style>
8+
body {
9+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
10+
line-height: 1.6;
11+
color: #333;
12+
max-width: 900px;
13+
margin: 0 auto;
14+
padding: 20px;
15+
background-color: #f9f9f9;
16+
}
17+
h1 {
18+
color: #2c3e50;
19+
border-bottom: 3px solid #3498db;
20+
padding-bottom: 10px;
21+
}
22+
h2 {
23+
color: #34495e;
24+
margin-top: 30px;
25+
}
26+
.container {
27+
background-color: white;
28+
padding: 30px;
29+
border-radius: 8px;
30+
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
31+
}
32+
.last-updated {
33+
color: #7f8c8d;
34+
font-style: italic;
35+
margin-bottom: 20px;
36+
}
37+
ul {
38+
margin: 15px 0;
39+
padding-left: 20px;
40+
}
41+
li {
42+
margin: 8px 0;
43+
}
44+
.contact {
45+
background-color: #ecf0f1;
46+
padding: 15px;
47+
border-radius: 5px;
48+
margin-top: 20px;
49+
}
50+
</style>
51+
</head>
52+
<body>
53+
<div class="container">
54+
<h1>Privacy Policy</h1>
55+
<p class="last-updated">Last Updated: April 2026</p>
56+
57+
<h2>1. Introduction</h2>
58+
<p>Welcome to Minesweeper ("the App", "we", "us", or "our"). We are committed to protecting your privacy. This Privacy Policy explains how we handle information in connection with our mobile application.</p>
59+
60+
<h2>2. Information We Collect</h2>
61+
<p>The Minesweeper app is designed with privacy in mind. We collect minimal information:</p>
62+
<ul>
63+
<li><strong>No Personal Data:</strong> The app does not require or request any personal information such as name, email, or phone number.</li>
64+
<li><strong>No User Accounts:</strong> The app does not require user registration or account creation.</li>
65+
<li><strong>Local Game Data:</strong> Game progress and scores are stored locally on your device only.</li>
66+
<li><strong>No Analytics Tracking:</strong> We do not collect behavioral data or usage analytics.</li>
67+
</ul>
68+
69+
<h2>3. Permissions</h2>
70+
<p>The app may request certain device permissions as required by the operating system. Any permissions requested are used solely for the functionality of the app and no data is transmitted to external servers.</p>
71+
72+
<h2>4. Third-Party Services</h2>
73+
<p>The app does not integrate with third-party analytics services, advertising networks, or data collection platforms.</p>
74+
75+
<h2>5. Data Retention</h2>
76+
<p>All game data is stored locally on your device. You have full control over this data and can delete it by uninstalling the app or clearing the app's local storage through your device settings.</p>
77+
78+
<h2>6. Security</h2>
79+
<p>We take reasonable measures to protect the security of information on your device. However, no method of transmission over the internet or electronic storage is completely secure. We cannot guarantee absolute security.</p>
80+
81+
<h2>7. Children's Privacy</h2>
82+
<p>The app is appropriate for users of all ages, including children. Since the app does not collect any personal information, there are no special considerations for children's privacy.</p>
83+
84+
<h2>8. Changes to This Privacy Policy</h2>
85+
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by updating the "Last Updated" date at the top of this policy. Your continued use of the app constitutes your acceptance of the updated Privacy Policy.</p>
86+
87+
<h2>9. Contact Us</h2>
88+
<p>If you have any questions about this Privacy Policy or our privacy practices, please feel free to contact us.</p>
89+
90+
<h2>10. Disclaimer</h2>
91+
<p>This Privacy Policy is provided "as is" without any warranties or representations. The developer of this app shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising out of or relating to your use of the app or this Privacy Policy.</p>
92+
93+
<h2>11. Governing Law</h2>
94+
<p>This Privacy Policy is governed by applicable laws. By using the app, you agree to comply with this Privacy Policy.</p>
95+
96+
<div class="contact">
97+
<h3>Questions?</h3>
98+
<p>If you have any questions or concerns about this Privacy Policy, please contact the app developer through the Google Play Store app listing page.</p>
99+
</div>
100+
</div>
101+
</body>
102+
</html>

0 commit comments

Comments
 (0)