-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
59 lines (59 loc) · 3.77 KB
/
privacy.html
File metadata and controls
59 lines (59 loc) · 3.77 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
<!DOCTYPE html>
<html class="whlitmlp idc0_344" lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="title" content="Arcade Classics - Privacy Policy" />
<meta name="description" content="Welcome to Arcade Classics - a free browser extension with 9 games to play!" />
<meta name="keywords" content="game, fun, browser, chrome-extension, extension, arcade, classic, arcade-classics" />
<meta name="author" content="Hugo Maxted (https://github.com/Hugo-Maxted)" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://arcade-classics.github.io/" />
<meta property="og:title" content="Arcade Classics - Privacy Policy" />
<meta property="og:description" content="Welcome to Arcade Classics - a free browser extension with 9 games to play!" />
<meta property="og:image" content="icon.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://arcade-classics.github.io/" />
<meta property="twitter:title" content="Arcade Classics - Privacy Policy" />
<meta property="twitter:description" content="Welcome to Arcade Classics - a free browser extension with 9 games to play!" />
<meta property="twitter:image" content="icon.png" />
<link href="main.css" rel="stylesheet" />
<link rel="icon" href="icon.png" />
<title>Arcade Classics - Privacy Policy</title>
</head>
<body>
<img class="absolute opacity-40 z-0 bottom-0 object-cover w-screen z-back" src="tetris.png" alt="Background" />
<div class="panel-1 -right-4 z-10 bg-opacity-90 m-0 h-auto w-screen h-screen">
<div><h1 class="text-center text-7xl pt-12 tracking-tight pb-3">Privacy Policy</h1></div>
<div class="mt-12 flex justify-center">
<div class="m-2">
<b class="text-2xl">User Data Collection</b>
<p>Users game statistics (high scores and games played) are collected by Arcade Classics to a public database.</p>
<p>This database is used to create a leaderboard system in app.</p>
<p>Users can opt out of sending these game statistics to Arcade Classics.</p>
<p>Users can opt in to sending error reports to Arcade Classics.</p>
</div>
<div class="m-2">
<b class="text-2xl">Data handling and storage</b>
<p>Upon opening the extension the user is assigned a random id as well as a random username (username can be changed later).</p>
<p>
This id and username will be used to identify users when game statistics (high scores and games played) are automatically uploaded to the Arcade Classics database (this can be opted out
of).
</p>
<p>Local data such as stats are stored locally on the user device using Chrome Storage Sync or localstorage if the users opts in.</p>
</div>
<div class="m-2">
<b class="text-2xl">Data Sharing</b>
<p>All in game statistics (high scores and games played) will be accessible to other users, accompanied by a random id and username (this can be opted out of).</p>
<p>Error reports can be optionally (opt in not opt out) shared with Arcade Classics.</p>
</div>
</div>
</div>
<a href="/"><img src="icon.png" alt="Icon" class="icon" /></a>
<a class="changelog hvr-float" href="/changelog">Changelog</a>
<a class="privacy hvr-float" href="/privacy">Privacy Policy</a>
<a class="contact hvr-float" href="mailto:thearcadeclassics@gmail.com?subject=Arcade Classics Support Request" rel="noreferrer" target="_blank">Contact Us</a>
</body>
</html>