-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
237 lines (211 loc) · 6.09 KB
/
privacy.html
File metadata and controls
237 lines (211 loc) · 6.09 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MyDailyScribe Privacy Policy</title>
<style>
:root {
--primary-color: #4a6fa5;
--secondary-color: #6d8ebd;
--accent-color: #ffd166;
--dark-color: #313638;
--light-color: #f5f5f5;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: var(--light-color);
color: var(--dark-color);
line-height: 1.6;
padding: 2rem;
max-width: 800px;
margin: 0 auto;
}
header {
margin-bottom: 2rem;
}
h1 {
color: var(--primary-color);
margin-bottom: 1rem;
}
.last-updated {
color: var(--secondary-color);
font-style: italic;
margin-bottom: 2rem;
}
h2 {
color: var(--primary-color);
margin: 1.5rem 0 1rem 0;
padding-bottom: 0.5rem;
border-bottom: 1px solid var(--secondary-color);
}
p {
margin-bottom: 1rem;
}
strong {
color: var(--primary-color);
}
ul {
padding-left: 2rem;
margin-bottom: 1rem;
}
li {
margin-bottom: 0.5rem;
}
a {
color: var(--secondary-color);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.contact-info {
background-color: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
margin: 2rem 0;
}
footer {
margin-top: 3rem;
text-align: center;
font-size: 0.9rem;
color: var(--secondary-color);
}
</style>
</head>
<body>
<header>
<h1>MyDailyScribe Privacy Policy</h1>
<p class="last-updated">Last Updated: March 28, 2025</p>
</header>
<main>
<section>
<h2>Introduction</h2>
<p>
Thank you for choosing MyDailyScribe ("the Extension"), a browser
extension designed to help users build a writing habit through daily
writing prompts. This Privacy Policy explains our practices regarding
data collection and usage.
</p>
</section>
<section>
<h2>Summary</h2>
<p>
<strong
>MyDailyScribe values your privacy and collects no personal
information whatsoever.</strong
>
The Extension operates entirely locally on your device, requires no
account creation, and does not track your usage or writing content.
</p>
</section>
<section>
<h2>Information We Do Not Collect</h2>
<p>MyDailyScribe does not collect, store, or transmit:</p>
<ul>
<li>Personal information (name, email, etc.)</li>
<li>Your writing content</li>
<li>Browsing history</li>
<li>IP addresses</li>
<li>Device information</li>
<li>Usage statistics</li>
<li>Cookies or local storage data</li>
</ul>
</section>
<section>
<h2>How MyDailyScribe Works</h2>
<ol>
<li>
<strong>Local Operation</strong>: The Extension operates exclusively
on your local device.
</li>
<li>
<strong>No Authentication</strong>: No sign-up or authentication is
required.
</li>
<li>
<strong>No Server Communication</strong>: The Extension does not
communicate with any external servers.
</li>
<li>
<strong>No Data Storage</strong>: Your writing is not saved by the
Extension and exists only in your browser until you close the
Extension tab.
</li>
</ol>
</section>
<section>
<h2>Browser Permissions</h2>
<p>MyDailyScribe requires minimal permissions:</p>
<ul>
<li>
<strong>New Tab Permission</strong>: To open a writing prompt in a
new tab.
</li>
<li>
<strong>Storage Permission</strong>: For storing your timer
preferences locally on your device (this data never leaves your
browser).
</li>
</ul>
</section>
<section>
<h2>Third-Party Services</h2>
<p>
MyDailyScribe does not integrate with or utilize any third-party
services, analytics tools, or advertising networks.
</p>
</section>
<section>
<h2>Changes to This Policy</h2>
<p>
If we make changes to this Privacy Policy, we will update the "Last
Updated" date at the top of this page and notify users via the
Extension's update notes.
</p>
</section>
<section class="contact-info">
<h2>Contact Information</h2>
<p>
If you have any questions about this Privacy Policy, please contact us
at:
</p>
<p>
Email:
<a href="mailto:d8ydev@gmail.com">d8ydev@gmail.com</a>
</p>
</section>
<section>
<h2>Your Rights</h2>
<p>
Since we don't collect any information, there is no need to request
access to, correction of, or deletion of your personal data. However,
you may uninstall the Extension at any time.
</p>
</section>
<section>
<h2>Governing Law</h2>
<p>
This Privacy Policy is governed by the laws of [Your Jurisdiction],
without regard to its conflict of law principles.
</p>
</section>
<section>
<h2>Consent</h2>
<p>
By using MyDailyScribe, you acknowledge that you have read and
understand this Privacy Policy.
</p>
</section>
</main>
<footer>
<p>© 2025 MyDailyScribe. All rights reserved.</p>
</footer>
</body>
</html>