-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
88 lines (76 loc) · 4.96 KB
/
Copy pathprivacy.html
File metadata and controls
88 lines (76 loc) · 4.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy — ScreenLock</title>
<meta name="description" content="ScreenLock's privacy policy. Short version: we collect nothing.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://screenlock.app/privacy.html">
<meta property="og:type" content="website">
<meta property="og:url" content="https://screenlock.app/privacy.html">
<meta property="og:title" content="Privacy Policy — ScreenLock">
<meta property="og:description" content="ScreenLock collects nothing. No analytics, no telemetry, no accounts.">
<meta property="og:image" content="https://screenlock.app/assets/icon.png">
<meta property="og:site_name" content="ScreenLock">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Privacy Policy — ScreenLock">
<meta name="twitter:description" content="ScreenLock collects nothing.">
<meta name="twitter:image" content="https://screenlock.app/assets/icon.png">
<link rel="icon" type="image/png" href="assets/favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="topnav">
<a href="/" class="brand">
<img src="assets/icon.png" alt="ScreenLock" width="32" height="32">
<span>ScreenLock</span>
</a>
<a href="/" class="nav-cta">Home</a>
</nav>
<main class="legal">
<div class="container narrow">
<h1>Privacy Policy</h1>
<p class="updated">Last updated: May 14, 2026</p>
<h2>Short version</h2>
<p>ScreenLock the application collects nothing. No analytics, no telemetry, no network calls, no accounts. Your settings live on your Mac.</p>
<h2>What ScreenLock the app does</h2>
<p>ScreenLock is a macOS utility that intercepts keyboard, mouse, and trackpad events on your own computer to provide its lock feature. Those events are processed entirely on your device. They are never recorded, transmitted, or shared.</p>
<p>ScreenLock stores your preferences (hotkey, lock toggles, PIN, etc.) locally in macOS's standard user defaults system. Those preferences never leave your Mac.</p>
<p>ScreenLock requires macOS Accessibility permission solely to intercept input. It does not access, read, or transmit any other data through that permission.</p>
<h2>What this website (screenlock.app) does</h2>
<p>This website is a static landing page. It does not set tracking cookies or run analytics. Standard server-side request logs (IP address, user agent, request path, timestamp) may be kept by our hosting provider for a short period for operational and abuse-prevention purposes only.</p>
<h2>Purchases (handled by Paddle)</h2>
<p>Purchases are processed by our payment provider, Paddle.com Market Ltd ("Paddle"), acting as the Merchant of Record. When you buy ScreenLock, Paddle collects and processes the information needed to fulfill your purchase: name, email address, billing address, payment card details (handled by Paddle, never seen by us), and any tax-relevant data required in your jurisdiction.</p>
<p>Paddle is an independent data controller for the payment transaction. Their privacy notice applies to that processing. See <a href="https://www.paddle.com/legal/privacy" target="_blank" rel="noopener">paddle.com/legal/privacy</a>.</p>
<p>KERIGAMI LLC receives from Paddle only the information needed to deliver your purchase and provide support — typically your email address and order number. We do not receive your full payment card details.</p>
<h2>Support emails</h2>
<p>If you email us for support, we'll keep that conversation only as long as needed to help you, and we won't share it with anyone outside KERIGAMI LLC.</p>
<h2>Children</h2>
<p>ScreenLock is marketed in part to parents, but is not directed at or sold to children under 13. We do not knowingly collect personal information from children under 13.</p>
<h2>Changes</h2>
<p>If we change this policy in a way that affects how your information is handled, we'll update the "Last updated" date above and, for material changes, post a notice on this page.</p>
<h2>Contact</h2>
<p>Questions? Email <a href="mailto:hello@screenlock.app">hello@screenlock.app</a>.</p>
<p>KERIGAMI LLC</p>
</div>
</main>
<footer>
<div class="container">
<div class="footer-left">
<img src="assets/icon.png" alt="" width="32" height="32">
<span>ScreenLock</span>
</div>
<div class="footer-right">
<a href="/">Home</a>
<a href="pricing.html">Pricing</a>
<a href="refunds.html">Refunds</a>
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms</a>
<a href="mailto:hello@screenlock.app">Support</a>
<span class="copyright">© 2026 KERIGAMI LLC</span>
</div>
</div>
</footer>
</body>
</html>