Skip to content

Commit 6fbf4ee

Browse files
added privacy policy for chrome web store
1 parent 562ca0c commit 6fbf4ee

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

privacy-policy.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Privacy Policy – Emoji Copy Extension</title>
6+
<style>
7+
body {
8+
font-family: sans-serif;
9+
max-width: 700px;
10+
margin: 40px auto;
11+
padding: 0 20px;
12+
line-height: 1.6;
13+
}
14+
h1 {
15+
font-size: 24px;
16+
color: #333;
17+
}
18+
</style>
19+
</head>
20+
<body>
21+
<h1>Privacy Policy</h1>
22+
23+
<p>The Emoji Copy Extension does not collect, store, or transmit any personal data.</p>
24+
25+
<p>The only data saved is a simple on/off toggle stored locally in your browser using <code>chrome.storage.local</code>. This setting is used to enable or disable the extension and is not synced or sent anywhere.</p>
26+
27+
<p>The extension reads Emojipedia links on Google Search results to fetch emojis and display a copy button. No search queries, browsing history, or user input is stored or monitored.</p>
28+
29+
<p>I do not collect or access any personal information, location data, web history, or user activity.</p>
30+
31+
<p>If you have any questions, feel free to contact me at <a href="mailto:[email protected]">[email protected]</a>.</p>
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)