-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (27 loc) · 2.67 KB
/
index.html
File metadata and controls
36 lines (27 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="-sSdhyQjL9CqafF2-iYT28AhENK0IfG2X9aRpQDaTKI" />
<title>Shufflez</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet">
</head>
<body style = "padding: 20px; font-family: 'Source Sans Pro'; max-width: 900px; margin: auto; text-align: left;">
<div style = "font-size: 2.5em;"><u><b>Shufflez </b>app privacy policy<br></u>
</div>The developer has no access to personally identifiable information from any users of the app.<br>
<b style="font-size: 1.5em;">Permissions</b><br>
INTERNET - The app needs internet access to communicate with other users.<br>
CAMERA - The app needs access to the device's camera in order to scan QR codes. No other information from the viewfinder is collected or stored.<br><br>
<b style="font-size: 1.5em;">Third-party services</b><br>
<li><b>Firebase</b> - The app uses <a href="https://firebase.google.com/">Firebase</a> from Google to communicate between devices, and uses Google Analytics for Firebase to collect anonymous usage data. You can click <a href="https://firebase.google.com/policies/analytics">here</a> for more information about Google Analytics, or <a href="https://firebase.google.com/support/privacy">here</a> for Firebase's privacy and security information.<br>
In addition, Firebase is used to assign a random ID to each device. This cannot be used to personally identify the user.</li>
<li><b>AdMob by Google</b> - The app may display personalized ads with AdMob by Google. More information from Google can be found <a href="https://support.google.com/adspolicy/answer/143465">here</a>.</li>
<br><br>
The user can choose to uninstall the app at any time, at which point no other data from the user is transmitted through the app.
</body>
</html>