-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
61 lines (54 loc) · 2.37 KB
/
Copy pathprivacy.html
File metadata and controls
61 lines (54 loc) · 2.37 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - EMOM Timer</title>
<link rel="stylesheet" href="src/css/style.css" />
</head>
<body class="legal-page">
<a href="index.html" class="back-link">← Back to EMOM Timer</a>
<h1>Privacy Policy</h1>
<p>Last updated: March 08, 2026</p>
<p>
EMOM Timer ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy
explains how we collect, use, and disclose your information when you use our application.
</p>
<h2>1. Information We Collect</h2>
<p>
EMOM Timer is a client-side application. Most of your data is stored locally on your device.
However, if you choose to connect to Google Fit, we may access certain information from your
Google account.
</p>
<h3>Google Fit Integration</h3>
<p>If you authorize EMOM Timer to connect to Google Fit, we will request permission to:</p>
<ul>
<li>See and add to your Google Fit fitness data (e.g., workouts, calories, duration).</li>
<li>See and add your location data if you enable the "Include GPS Location" setting.</li>
</ul>
<h2>2. How We Use Your Information</h2>
<p>We use the information accessed from Google Fit solely to:</p>
<ul>
<li>Log your EMOM Timer workouts to your Google Fit activity history.</li>
<li>Sync your fitness streak across devices where you use EMOM Timer.</li>
<li>Include location data in your workout logs if you have explicitly granted permission.</li>
</ul>
<p>We do not sell your personal data or share it with third parties for marketing purposes.</p>
<h2>3. Data Storage</h2>
<p>
Your workout settings and streaks are stored locally in your browser's IndexedDB or
LocalStorage. Google Fit data is stored on Google's servers and is subject to Google's Privacy
Policy.
</p>
<h2>4. Your Choices</h2>
<p>
You can disconnect Google Fit from EMOM Timer at any time through the settings panel. You can
also manage or revoke permissions through your Google Account security settings.
</p>
<h2>5. Contact Us</h2>
<p>
If you have any questions about this Privacy Policy, please contact us at
chriscombe+support@gmail.com.
</p>
</body>
</html>