Files
PSX2/docs/privacy-policy.html
T
2025-09-18 13:25:17 -04:00

130 lines
4.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - PSX2</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 2rem;
line-height: 1.6;
background-color: #f8f9fa;
}
.container {
background: white;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
border-bottom: 2px solid #007bff;
padding-bottom: 0.5rem;
}
h2 {
color: #555;
margin-top: 2rem;
}
h3 {
color: #666;
}
ul {
padding-left: 1.5rem;
}
li {
margin-bottom: 0.5rem;
}
.back-link {
display: inline-block;
margin-bottom: 1rem;
padding: 0.5rem 1rem;
background-color: #6c757d;
color: white;
text-decoration: none;
border-radius: 5px;
font-size: 0.9rem;
}
.back-link:hover {
background-color: #545b62;
}
.last-updated {
font-weight: bold;
color: #007bff;
margin-bottom: 2rem;
}
.footer-note {
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid #eee;
font-style: italic;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<a href="index.html" class="back-link">← Back to Main</a>
<h1>Privacy Policy for PSX2</h1>
<p class="last-updated">Last updated: September 18, 2025</p>
<h2>Introduction</h2>
<p>PSX2 ("we," "our," or "us") operates the PSX2 mobile application (the "Service"). This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service.</p>
<h2>Information Collection and Use</h2>
<h3>Information We Do NOT Collect</h3>
<ul>
<li>Personal identification information</li>
<li>Location data</li>
<li>Contact information</li>
<li>Device identifiers for tracking</li>
<li>Usage analytics or telemetry</li>
<li>Crash reports (unless explicitly enabled by user)</li>
</ul>
<h3>Information We May Access Locally</h3>
<ul>
<li>Game files you select (stored locally on your device)</li>
<li>App preferences and settings (stored locally on your device)</li>
<li>Save states and game saves (stored locally on your device)</li>
<li>BIOS files you provide (stored locally on your device)</li>
</ul>
<h2>Data Storage</h2>
<p>All data is stored locally on your device. We do not transmit, store, or process any of your data on external servers.</p>
<h2>Third-Party Services</h2>
<h3>Cover Art Downloads</h3>
<p>When you use the cover art download feature, the app may connect to third-party services to download game cover images. This is done anonymously and no personal information is transmitted.</p>
<h3>External Links</h3>
<p>Our app may contain links to external websites (such as our GitHub repository). We are not responsible for the privacy practices of these external sites.</p>
<h2>Children's Privacy</h2>
<p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13.</p>
<h2>Data Security</h2>
<p>Since all data is stored locally on your device, the security of your data depends on your device's security measures. We recommend keeping your device updated and secured.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last updated" date.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us:</p>
<ul>
<li>Email: <a href="mailto:izzynochill@gmail.com">izzynochill@gmail.com</a></li>
<li>GitHub: <a href="https://github.com/izzy2lost/PSX2">https://github.com/izzy2lost/PSX2</a></li>
</ul>
<div class="footer-note">
<p>This privacy policy is designed to comply with Google Play Store requirements and GDPR regulations.</p>
</div>
</div>
</body>
</html>