Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanzao-Chen authored Nov 15, 2024
0 parents commit 24803db
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy for DarkPDF</title>
</head>
<body>
<header>
<h1>Privacy Policy for DarkPDF</h1>
<p><strong>Effective Date:</strong> 11/15/2024</p>
</header>
<main>
<section>
<h2>Overview</h2>
<p>
DarkPDF respects your privacy and is committed to protecting it.
This privacy policy outlines the types of information we do and do not collect, and how it is used.
</p>
</section>
<section>
<h2>Information We Do Not Collect</h2>
<ul>
<li><strong>Personal Data:</strong> This extension does not collect, store, or share any personal information such as names, email addresses, or payment details.</li>
<li><strong>Usage Data:</strong> We do not track or analyze your usage of the extension or its features.</li>
<li><strong>Third-Party Data:</strong> The extension does not send any data to third-party services or external servers.</li>
</ul>
</section>
<section>
<h2>Information We May Store Locally</h2>
<p>
<strong>User Preferences:</strong> To enhance your experience, the extension may store settings (e.g., your selected dark mode) locally on your device. This data is never transmitted or shared externally.
</p>
</section>
<section>
<h2>Third-Party Services</h2>
<p>
This extension does not integrate with or rely on any third-party services, APIs, or trackers.
</p>
</section>
</main>
</body>
</html>

0 comments on commit 24803db

Please sign in to comment.