-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
203 lines (174 loc) · 6.02 KB
/
privacy.html
File metadata and controls
203 lines (174 loc) · 6.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BitShell Privacy Policy</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'SF Mono', Monaco, 'Courier New', monospace;
background: #002B36;
color: #93A1A1;
padding: 40px 20px;
line-height: 1.6;
}
.container {
max-width: 800px;
margin: 0 auto;
background: #073642;
border: 1px solid #0a4f5c;
border-radius: 8px;
padding: 40px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
h1 {
color: #5FFFBF;
font-size: 28px;
margin-bottom: 10px;
font-weight: 600;
}
.extension-name {
color: #ffbd2e;
font-size: 18px;
margin-bottom: 30px;
}
h2 {
color: #5FFFBF;
font-size: 20px;
margin-top: 30px;
margin-bottom: 15px;
font-weight: 600;
}
p {
margin-bottom: 15px;
color: #93A1A1;
}
.highlight {
color: #ffbd2e;
font-weight: 600;
}
ul {
margin-left: 20px;
margin-bottom: 15px;
}
li {
margin-bottom: 8px;
color: #93A1A1;
}
.section {
background: #002B36;
border-left: 3px solid #5FFFBF;
padding: 15px 20px;
margin: 20px 0;
border-radius: 4px;
}
.last-updated {
color: #586e75;
font-size: 14px;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #0a4f5c;
}
a {
color: #5FFFBF;
text-decoration: none;
}
a:hover {
color: #ffbd2e;
text-decoration: underline;
}
.no-data-collected {
background: #0a4f5c;
border: 2px solid #5FFFBF;
padding: 20px;
border-radius: 6px;
margin: 20px 0;
text-align: center;
}
.no-data-collected h3 {
color: #5FFFBF;
font-size: 18px;
margin-bottom: 10px;
}
.no-data-collected p {
color: #93A1A1;
margin: 0;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<div class="extension-name">BitShell</div>
<div class="no-data-collected">
<h3>✓ No Data Collection</h3>
<p>This extension does not collect, transmit, or share any personal data.</p>
</div>
<div class="section">
<h2>What Data is Stored</h2>
<p>BitShell stores the following data <span class="highlight">locally on your device
only</span>:</p>
<ul>
<li><strong>Conversion History:</strong> Your recent conversions (if history tracking is enabled)</li>
<li><strong>User Preferences:</strong> Your settings such as font size, grouping options, and display
preferences</li>
</ul>
<p>All data is stored using Chrome's local storage API and <span class="highlight">never leaves your
device</span>.</p>
</div>
<div class="section">
<h2>Data Usage</h2>
<p>The stored data is used exclusively to:</p>
<ul>
<li>Display your conversion history within the extension</li>
<li>Remember your preferred settings between sessions</li>
<li>Provide a better user experience</li>
</ul>
</div>
<div class="section">
<h2>Data Control</h2>
<p>You have full control over your data:</p>
<ul>
<li><strong>Clear History:</strong> Delete all conversion history through the History sidebar</li>
<li><strong>Disable Tracking:</strong> Turn off history tracking in Settings</li>
<li><strong>Reset Settings:</strong> Return to default settings at any time</li>
<li><strong>Uninstall:</strong> Removing the extension deletes all stored data</li>
</ul>
</div>
<div class="section">
<h2>Third-Party Services</h2>
<p>This extension does <span class="highlight">not use any third-party services</span>, analytics, or
external APIs. No data is transmitted over the internet.</p>
</div>
<div class="section">
<h2>Permissions</h2>
<p>The extension requests the following permissions:</p>
<ul>
<li><strong>storage:</strong> To save your conversion history and preferences locally</li>
<li><strong>contextMenus:</strong> To add a right-click menu option for quick conversions</li>
<li><strong>clipboardWrite:</strong> To enable the copy-to-clipboard feature</li>
</ul>
<p>None of these permissions are used to collect or transmit personal data.</p>
</div>
<div class="section">
<h2>Updates to This Policy</h2>
<p>If we make changes to this privacy policy, we will update the "Last Updated" date below. Continued use of
the extension after changes constitutes acceptance of the updated policy.</p>
</div>
<div class="section">
<h2>Contact</h2>
<p>If you have questions about this privacy policy or the extension, please contact us through the Chrome
Web Store support page.</p>
</div>
<div class="last-updated">
Last Updated: February 15, 2026<br>
Version: 1.0.5
</div>
</div>
</body>
</html>