-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
37 lines (37 loc) · 1.17 KB
/
privacy-policy.html
File metadata and controls
37 lines (37 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A Safari extension to set the default navigation app for Google search results"
/>
<meta name="author" content="Jacob Ridgwell" />
<title>Privacy Policy</title>
<link rel="icon" type="image/png" href="./favicon.png" />
</head>
<body>
<h1 style="text-align: center">Privacy Policy</h1>
<p
style="
margin-left: 20vw;
margin-right: 20vw;
line-height: 1.5;
font-size: 18px;
"
>
At no point does NaviChoice use any trackers, nor does it collect, analyze,
sell, rent, or share any information on you throughout your use of the app
with any third parties. This is currently impossible because there is no
information gathered that could be used. We have also made NaviChoice shared
source
<a
target="_blank"
href="https://github.com/J-Ridgwell/default-google-maps-transform-ios-safari-extension"
>(available on GitHub)</a
>, so that anyone can verify these claims.
</p>
</body>
</html>