-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrekans.html
More file actions
69 lines (60 loc) · 3.23 KB
/
Copy pathfrekans.html
File metadata and controls
69 lines (60 loc) · 3.23 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
62
63
64
65
66
67
68
69
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Frekans — Privacy Policy</title>
<style>
:root { color-scheme: dark; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 720px; margin: 0 auto; padding: 32px 20px 64px;
background: #0A0608; color: #F5E6CC; line-height: 1.55; }
h1 { font-size: 28px; margin: 0 0 6px; color: #E8B872; font-weight: 700; }
.sub { color: #B8A990; font-size: 13px; margin-bottom: 28px; }
h2 { font-size: 17px; margin: 28px 0 8px; color: #E8B872; }
p, li { font-size: 15px; }
a { color: #E8B872; }
ul { padding-left: 22px; }
code { background: #1A0F08; padding: 2px 6px; border-radius: 4px; font-size: 13px; }
hr { border: 0; border-top: 1px solid #2A1F15; margin: 32px 0; }
.footer { font-size: 12px; color: #8B7B65; }
</style>
</head>
<body>
<h1>Frekans — Privacy Policy</h1>
<div class="sub">Effective: 2026-05-26 · Bundle: live.radio.stations</div>
<h2>Summary</h2>
<p>Frekans is a radio streaming app. <strong>We do not collect, store, share, or sell any personal data.</strong> The app has no user accounts, no analytics SDKs, and no advertising trackers.</p>
<h2>What the app does</h2>
<ul>
<li>Fetches a public directory of radio stations from <a href="https://www.radio-browser.info">radio-browser.info</a>, an open community-maintained API.</li>
<li>Streams the audio of the station you choose, directly from that station's public stream URL.</li>
<li>Stores your favorite stations and recently played list locally on your device only. This data never leaves your device.</li>
</ul>
<h2>Data we collect</h2>
<p><strong>None.</strong> Frekans does not:</p>
<ul>
<li>Create or require an account.</li>
<li>Ask for your email, name, phone number, location, or any other personal identifier.</li>
<li>Track your listening history on any server.</li>
<li>Embed third-party advertising or analytics SDKs.</li>
<li>Use cookies or device identifiers for tracking.</li>
</ul>
<h2>Network requests</h2>
<p>The app makes two kinds of network requests, both initiated by your taps:</p>
<ul>
<li>To <code>radio-browser.info</code> (and its public mirrors) to list available stations and countries.</li>
<li>To the streaming URL of the station you start playing. The station operator may log standard server metadata (IP address, user-agent) per their own privacy policy — this is outside Frekans's control.</li>
</ul>
<h2>Children</h2>
<p>Frekans does not knowingly target or collect data from children under 13.</p>
<h2>Third parties</h2>
<p>Frekans does not share data with third parties because Frekans does not collect data. The radio stations you stream are independent third parties — their privacy practices apply to your direct interaction with their stream servers.</p>
<h2>Changes</h2>
<p>If this policy ever changes, the updated version will be published at the same URL with a new effective date.</p>
<h2>Contact</h2>
<p>Questions about this policy: <a href="mailto:taskirananil@icloud.com">taskirananil@icloud.com</a></p>
<hr>
<div class="footer">© 2026 · Frekans is an independent app. Radio content belongs to the respective stations.</div>
</body>
</html>