-
Notifications
You must be signed in to change notification settings - Fork 0
/
pomo-privacy-policy.html
132 lines (93 loc) · 6.4 KB
/
pomo-privacy-policy.html
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
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" media="all" href="assets/css/normalize.css">
<link rel="stylesheet" media="all" href="assets/css/privacy.css">
<style>
body {
text-align: left;
padding: 10%;
color: #111;
}
p {
padding: 1em 3em;
}
ul, li {
text-align: left;
margin-left: 6em;
list-style-type: circle;
}
</style>
</head>
<body>
<h1>Privacy Policy - Power Focus (App)</h1>
<hr>
<h3>The Company</h3>
<p>
Fast Robo LLC<br>
Web: <a href="https://fastrobo.co/">fastrobo.co</a><br>
Contact: [email protected]
</p>
<h3>Types of Data collected</h3>
<p>The app (Power Focus) does NOT collect personal information from its users.</p>
<p>Personal Information is defined as:</p>
<ul>
<li>Full name</li>
<li>Home or other physical address, including street name and city or town</li>
<li>Online contact information like an email address or other identifier that permits someone to contact a person directly — for example, an IM identifier</li>
<li>Screen name or user name where it functions as online contact information</li>
<li>Telephone number</li>
<li>Social Security number</li>
<li>A persistent identifier that can be used to recognize a user over time and across different sites, including a cookie number, an IP address, a processor or device serial number, or a unique device identifier</li>
<li>A photo, video, or audio file containing a child’s image or voice</li>
<li>Geolocation information sufficient to identify a street name and city or town</li>
<li>Other information about the child or parent that is collected from the child and is combined with one of these identifiers</li>
</ul>
<hr>
<h3>Mode and place of processing the Data</h3>
<p>The Company may indirectly process limited metadata in support of app development (such as analytics, crash reporting, or serving advertisements).
<h4>Methods of processing</h4>
<p>The Company processes the Data of Users in a proper manner and shall take appropriate security measures to prevent unauthorized access, disclosure, modification, or unauthorized destruction of the Data.
The Data processing is carried out using computers and/or IT enabled tools, following organizational procedures and modes strictly related to the purposes indicated. In addition to the Company, in some cases, the Data may be accessible to certain types of persons in charge, involved with the operation of the site (administration, sales, marketing, legal, system administration) or external parties (such as third party technical service providers, mail carriers, hosting providers, IT companies, communications agencies) appointed, if necessary, as Data Processors by the Owner. The updated list of these parties may be requested from the Company at any time.</p>
<h4>Place</h4>
<p>The Data is processed at the Company's operating offices and in any other places where the parties involved with the processing are located.</p>
<h4>Retention time</h4>
<p>The Data is kept for the time necessary to provide the service requested by the User, or stated by the purposes outlined in this document, and the User can always request that the Company suspend or remove the data.</p>
<hr>
<h3>The use of the collected Data</h3>
<p>The Data concerning the User is collected to allow the Owner to provide its services, as well as for the following purposes: Advertisements, Infrastructure monitoring.</p>
<p>The Data used for each purpose is outlined in the specific sections of this document.</p>
<hr>
<h3>Detailed information on the processing of Data</h3>
<p>The app does use third party services that may collect limited information used to identify you.</p>
<ul>
<li>
<p>AdMob</p>
<p>Serve advertisements</p>
<p>Privacy Policy: <a href="https://support.google.com/admob/answer/6128543?hl=en">Policies</a></p>
</li>
</ul>
<hr>
<h4>Legal action</h4>
<p>The User's Personal Data may be used for legal purposes by the Company, in Court or in the stages leading to possible legal action arising from improper use of this Application or the related services.</p>
<p>The User declares to be aware that the Company may be required to reveal personal data upon request of public authorities.</p>
<h4>System logs and maintenance</h4>
<p>For operation and maintenance purposes, this Application and any third party services may collect files that record interaction with this Application (System logs) or use for this purpose other Personal Data (such as IP Address).</p>
<h4>The rights of Users</h4>
<p>Users have the right, at any time, to know whether their Personal Data has been stored and can consult the Company to learn about their contents and origin, to verify their accuracy or to ask for them to be supplemented, cancelled, updated or corrected, or for their transformation into anonymous format or to block any data held in violation of the law, as well as to oppose their treatment for any and all legitimate reasons. Requests should be sent to the Company at the contact information set out above.</p>
<h4>Changes to this privacy policy</h4>
<p>The Company reserves the right to make changes to this privacy policy at any time by giving notice to its Users on this page. It is strongly recommended to check this page often, referring to the date of the last modification listed at the bottom. If a User objects to any of the changes to the Policy, the User must cease using this Application and can request that the Company remove the Personal Data. Unless stated otherwise, the then-current privacy policy applies to all Personal Data the Company has about Users.</p>
<p>Last updated: Mar 20, 2022</p>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59630267-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>