-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
61 lines (47 loc) · 2.1 KB
/
privacy-policy.html
File metadata and controls
61 lines (47 loc) · 2.1 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BitPocket - User Documentation</title>
<meta name="description" content="BitPocket is a mobile app for merchants, which allows them to accept Bitcoin Payments at the point of sale.">
<meta name="keywords" content="Bitcoin, BitPocket, Cryptocurrency">
<meta name="author" content="Stefan Huber">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="bitpocket-docs">
<header>
<a href="http://bitpocket.at"><img class="img-responsive" src="img/bitpocket-logo.svg" alt="Bitpocket Logo"></a>
</header>
<section>
<div class="container">
<div class="row docs-block">
<div class="col-sm-5 col-md-4 col-lg-4 col-lg-offset-1">
<div class="phone">
<img class="phone-bg phone-bg-3 img-responsive" src="img/bitpocket-android.png" alt="Pitpocket App Android iOS">
</div>
</div>
<div class="col-sm-7 col-md-8 col-lg-4">
<div class="row">
<div class="col-xs-12 topic">
<h1>Privacy Policy</h1><br><br>
<p><b>Requested permissions:</b></p>
<ul>
<li><b>Camera</b> allows for scanning QR codes. Immediately after parsing the QR code, the image is deleted from memory.</li>
<li><b>Full network access</b> enables the app to connect to the Bitcoin network and fetch auxillary data like exchange rates.</li>
</ul>
<p>Bitcoin is decentralized. There is no server that would hold any of your private data.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>