Skip to content

Commit

Permalink
add privacy policy page for Bookit
Browse files Browse the repository at this point in the history
  • Loading branch information
zzadxz committed Nov 30, 2024
1 parent bcd4d5d commit 62402c5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions privacy-policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Bookit Chrome Extension</title>
</head>
<body>
<h1>Privacy Policy for Bookit Chrome Extension</h1>
<p>
Bookit does not collect, store, or share any personal or sensitive user data. The extension accesses bookmarks and tabs solely to perform its core functionality: saving open tabs into the user's bookmarks for later use. All actions occur locally in the user's browser.
</p>
<p>
We do not transfer or sell any data to third parties.
</p>
<p>
The entire source code of this extension is fully open source and can be viewed at
<a href="https://github.com/zzadxz/bookit" target="_blank">https://github.com/zzadxz/bookit</a>.
</p>
<p>
For questions, please contact <a href="mailto:[email protected]">[email protected]</a>.
</p>
</body>
</html>

0 comments on commit 62402c5

Please sign in to comment.