Skip to content

Commit 23602db

Browse files
author
appdevelopsk
committed
Add Smalock privacy + support pages (smalock slug)
1 parent 76b0fe2 commit 23602db

2 files changed

Lines changed: 118 additions & 0 deletions

File tree

privacy-policy/smalock/index.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8"/>
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
6+
<title>Smalock – Privacy Policy | SK APPS</title>
7+
<meta name="description" content="Smalock Privacy Policy — what data the app collects and how it is used."/>
8+
<style>
9+
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
10+
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.7;color:#1d2330;background:#f7f8fc;padding:0 20px}
11+
.wrap{max-width:760px;margin:0 auto;padding:48px 0 80px}
12+
h1{font-size:2rem;color:#3f51b5;margin-bottom:6px}
13+
.eff{color:#8a90a6;font-size:.9rem;margin-bottom:28px}
14+
h2{font-size:1.2rem;margin:28px 0 10px;color:#283593}
15+
p,li{margin-bottom:10px}
16+
ul{padding-left:22px}
17+
a{color:#3f51b5}
18+
.card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 16px rgba(20,30,60,.06)}
19+
footer{text-align:center;margin-top:40px;color:#8a90a6;font-size:.85rem}
20+
</style>
21+
</head>
22+
<body>
23+
<div class="wrap">
24+
<h1>Privacy Policy</h1>
25+
<div class="eff">Smalock · Effective date: June 4, 2026</div>
26+
<div class="card">
27+
<p>Smalock (“the app”, “we”) is a focus-timer and screen-lock app. We respect your privacy. Smalock has no user accounts and no app server — your focus sessions, schedules, statistics, and parent PIN are stored only on your device. This policy explains the limited data processed by third-party services the app uses.</p>
28+
29+
<h2>Data we process</h2>
30+
<ul>
31+
<li><strong>On-device data:</strong> lock sessions, away events, schedules, statistics, emergency-unlock logs, and your parent PIN (stored as a one-way hash) are kept locally on your device and are not transmitted to us.</li>
32+
<li><strong>Analytics (Google Firebase Analytics):</strong> aggregated, non-identifying usage and event data to understand how features are used and improve the app.</li>
33+
<li><strong>Crash & error reporting (Sentry):</strong> diagnostic information when the app crashes or hits an error, used solely to fix bugs.</li>
34+
<li><strong>Advertising (Google AdMob):</strong> if you do not purchase “Remove ads”, AdMob may use a device advertising identifier to serve ads. On iOS this only occurs with your permission via the App Tracking Transparency prompt; if you decline, advertising tracking is not used.</li>
35+
<li><strong>In-app purchases:</strong> the “Remove ads” purchase is processed by Apple/Google. We do not receive your payment details.</li>
36+
</ul>
37+
38+
<h2>How data is used</h2>
39+
<p>Data is used only to operate and improve Smalock — to run the app on your device, measure usage in aggregate, diagnose crashes, and (unless you remove ads) show advertising. We do not sell your personal data.</p>
40+
41+
<h2>Children</h2>
42+
<p>Smalock includes a parent-PIN feature and may be used by families. Advertising is configured for child-directed treatment (e.g., non-personalized, age-appropriate ad content). We do not knowingly collect personal information from children.</p>
43+
44+
<h2>Third-party providers</h2>
45+
<p>For details on how these providers handle data, see Google (Firebase &amp; AdMob) and Sentry privacy policies. Apple/Google handle in-app purchases under their own terms.</p>
46+
47+
<h2>Your choices</h2>
48+
<ul>
49+
<li>Decline ad tracking via the iOS App Tracking Transparency prompt, or reset your advertising identifier in system settings.</li>
50+
<li>Purchase “Remove ads” to stop ad serving entirely.</li>
51+
<li>Uninstalling the app removes all on-device data.</li>
52+
</ul>
53+
54+
<h2>Contact</h2>
55+
<p>Questions about this policy: <a href="mailto:skky1839@gmail.com">skky1839@gmail.com</a></p>
56+
57+
<h2>Changes</h2>
58+
<p>We may update this policy and will revise the effective date above.</p>
59+
</div>
60+
<footer>© 2026 AppDevelopSK</footer>
61+
</div>
62+
</body>
63+
</html>

support/smalock/index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8"/>
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
6+
<title>Smalock – Support | SK APPS</title>
7+
<meta name="description" content="Smalock - Lock your phone for a set time, beat distractions, and build a daily focus habit. Support and FAQ."/>
8+
<style>
9+
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
10+
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.7;color:#1d2330;background:#f7f8fc;padding:0 20px}
11+
.wrap{max-width:760px;margin:0 auto;padding:48px 0 80px}
12+
header{text-align:center;margin-bottom:40px}
13+
h1{font-size:2rem;color:#3f51b5}
14+
h2{font-size:1.25rem;margin:32px 0 12px;color:#283593}
15+
p,li{margin-bottom:10px}
16+
ul{padding-left:22px}
17+
a{color:#3f51b5}
18+
.card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 16px rgba(20,30,60,.06)}
19+
footer{text-align:center;margin-top:40px;color:#8a90a6;font-size:.85rem}
20+
</style>
21+
</head>
22+
<body>
23+
<div class="wrap">
24+
<header>
25+
<h1>Smalock Support</h1>
26+
<p>Lock your phone, beat distractions, build a focus habit.</p>
27+
</header>
28+
<div class="card">
29+
<h2>Contact</h2>
30+
<p>Questions, feedback, or bug reports? Email us and we usually reply within 48 hours.</p>
31+
<p><strong>Email:</strong> <a href="mailto:skky1839@gmail.com">skky1839@gmail.com</a></p>
32+
33+
<h2>Frequently asked questions</h2>
34+
<p><strong>How do I start a focus lock?</strong><br/>
35+
Open Smalock, tap “Lock now” or one of the quick buttons (15/30/60 min), choose a duration and unlock method, then start. A countdown keeps you on track.</p>
36+
37+
<p><strong>How do I unlock in an emergency?</strong><br/>
38+
An emergency unlock is always available — long press, type the confirmation word, or enter the parent PIN, depending on the method you chose. Every unlock is logged.</p>
39+
40+
<p><strong>Does it fully block other apps?</strong><br/>
41+
On iOS, Smalock uses a focus lock with away detection and is designed to be used together with Guided Access. On Android, a real lock of Home and Recents is available on devices set up as Device Owner via Lock Task Mode.</p>
42+
43+
<p><strong>What does “Remove ads” buy?</strong><br/>
44+
It is a one-time purchase that permanently removes ads. It is not a subscription and does not auto-renew. Use “Restore purchase” on a new device.</p>
45+
46+
<p><strong>How do I set a daily reminder?</strong><br/>
47+
Smalock can send a gentle reminder at 9:00 each day once you allow notifications.</p>
48+
49+
<h2>Privacy</h2>
50+
<p>See our <a href="https://appdevelopsk.github.io/privacy-policy/smalock/">Privacy Policy</a>.</p>
51+
</div>
52+
<footer>© 2026 AppDevelopSK</footer>
53+
</div>
54+
</body>
55+
</html>

0 commit comments

Comments
 (0)