-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 24803db
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |