Skip to content

Commit 69324aa

Browse files
authored
Create privacy.html
0 parents  commit 69324aa

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

privacy.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Privacy Policy – Quick Screenshot → Clipboard</title>
6+
</head>
7+
<body style="font-family: Arial, sans-serif; max-width: 820px; margin: 40px auto; line-height: 1.5;">
8+
<h1>Privacy Policy</h1>
9+
<p><strong>Quick Screenshot → Clipboard</strong> does not collect, store, transmit, sell, or share any personal data.</p>
10+
11+
<h2>What the extension does</h2>
12+
<ul>
13+
<li>When you click the extension icon, it captures a screenshot of the visible area of the active tab.</li>
14+
<li>It copies that screenshot to your device clipboard.</li>
15+
</ul>
16+
17+
<h2>Data collection</h2>
18+
<p>This extension does not collect or transmit any user data. All processing happens locally in your browser.</p>
19+
20+
<h2>Third parties</h2>
21+
<p>This extension does not use analytics, advertising, or third-party tracking.</p>
22+
23+
<h2>Contact</h2>
24+
<p>If you have questions, contact: <a href="mailto:ofaruk1991@gmail.com">ofaruk1991@gmail.com</a></p>
25+
26+
<p><em>Last updated: 2026-02-28</em></p>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)