Add privacy-policy.html
This commit is contained in:
65
privacy-policy.html
Normal file
65
privacy-policy.html
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>ShotScreen Privacy Policy</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 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; }
|
||||||
|
.date { color: #7f8c8d; font-style: italic; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Privacy Policy for ShotScreen</h1>
|
||||||
|
<p class="date">Last updated: August 9, 2025</p>
|
||||||
|
|
||||||
|
<h2>Overview</h2>
|
||||||
|
<p>ShotScreen is committed to protecting your privacy. This privacy policy explains how our screenshot application handles your information.</p>
|
||||||
|
|
||||||
|
<h2>Data Collection</h2>
|
||||||
|
<p>ShotScreen does not collect, transmit, or store any personal information. All screenshots and data remain locally on your device.</p>
|
||||||
|
|
||||||
|
<h2>Data Usage</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Screenshots are saved locally to your chosen folder</li>
|
||||||
|
<li>No data is transmitted to external servers</li>
|
||||||
|
<li>No analytics or tracking is performed</li>
|
||||||
|
<li>No user accounts or profiles are created</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Data Storage</h2>
|
||||||
|
<p>All screenshots and preferences are stored locally on your Mac in locations you specify. ShotScreen does not have access to cloud storage or external servers.</p>
|
||||||
|
|
||||||
|
<h2>Third-Party Services</h2>
|
||||||
|
<p>ShotScreen does not integrate with any third-party analytics, advertising, or tracking services.</p>
|
||||||
|
|
||||||
|
<h2>Permissions</h2>
|
||||||
|
<p>ShotScreen requires the following permissions to function:</p>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Screen Recording:</strong> To capture screenshots of your screen</li>
|
||||||
|
<li><strong>File System Access:</strong> To save screenshots to your selected folders</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Children's Privacy</h2>
|
||||||
|
<p>ShotScreen does not knowingly collect information from children under 13 years of age.</p>
|
||||||
|
|
||||||
|
<h2>Changes to This Policy</h2>
|
||||||
|
<p>We may update this privacy policy from time to time. Any changes will be reflected on this page with an updated revision date.</p>
|
||||||
|
|
||||||
|
<h2>Contact</h2>
|
||||||
|
<p>If you have questions about this privacy policy, please contact us at: nickroodenrijs@gmail.com</p>
|
||||||
|
|
||||||
|
<footer style="margin-top: 50px; padding-top: 20px; border-top: 1px solid #eee; color: #7f8c8d; font-size: 0.9em;">
|
||||||
|
<p>© 2025 ShotScreen. All rights reserved.</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user