forked from am-abdulmueed/pluginstream-apk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolicy.html
More file actions
101 lines (86 loc) · 7.13 KB
/
policy.html
File metadata and controls
101 lines (86 loc) · 7.13 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - PluginStream</title>
<meta name="description" content="Privacy Policy for PluginStream mobile application.">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="Am-abdulmueed">
<meta name="language" content="English">
<link rel="canonical" href="https://pluginstream.pages.dev/policy.html">
<!-- Google Fonts - Premium Typography -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Theme Color for Mobile -->
<meta name="theme-color" content="#050508">
<!-- Lucide Icons -->
<script src="https://unpkg.com/lucide@latest"></script>
<link rel="stylesheet" href="style.css">
</head>
<body class="dark-theme">
<!-- Background Texture & Blurs -->
<div class="fixed-background">
<div class="noise"></div>
<div class="blob blob-1"></div>
<div class="blob blob-2"></div>
</div>
<main>
<section class="policy-section">
<div class="container text-left">
<h1 class="section-title">Privacy <span class="highlight">Policy</span></h1>
<p class="section-subtitle">Last updated: April 9, 2026</p>
<h2>1. Information We Collect</h2>
<p>We do not collect any personally identifiable information from our users. The App is designed to function without requiring you to provide any personal data such as your name, email address, or location.</p>
<p>However, we may collect non-personally identifiable information automatically when you use the App, which may include:</p>
<ul>
<li><strong>Usage Data:</strong> Information about how you use the App, such as the features you access, the content you view, and the time, frequency, and duration of your activities. This data is collected for analytical purposes to improve the App's functionality and user experience.</li>
<li><strong>Device Information:</strong> Information about your mobile device, such as your device model, operating system version, unique device identifiers, and mobile network information.</li>
<li><strong>Crash Logs:</strong> In the event of a crash, the App may send crash reports to us, which may contain information about the crash, such as the state of the App at the time of the crash. These reports are anonymized and do not contain personal information.</li>
</ul>
<h2>2. How We Use Your Information</h2>
<p>We use the collected non-personally identifiable information for the following purposes:</p>
<ul>
<li>To provide, maintain, and improve the App's functionality and user experience.</li>
<li>To understand and analyze how you use the App and to develop new features, products, and services.</li>
<li>To monitor and analyze trends, usage, and activities in connection with the App.</li>
<li>To detect, prevent, and address technical issues and errors.</li>
<li>To display advertisements, which may be personalized based on your usage data, but not on personally identifiable information.</li>
</ul>
<h2>3. Information Sharing and Disclosure</h2>
<p>We do not share, sell, rent, or trade your personally identifiable information with third parties. We may share non-personally identifiable information with third parties in the following circumstances:</p>
<ul>
<li><strong>Service Providers:</strong> We may share information with third-party service providers who perform services on our behalf, such as analytics providers (e.g., Firebase Analytics) and advertising partners (e.g., Unity Ads). These service providers are obligated to protect your information and use it only for the purposes for which it was disclosed.</li>
<li><strong>Legal Requirements:</strong> We may disclose your information if required to do so by law or in response to valid requests by public authorities (e.g., a court or a government agency).</li>
<li><strong>Business Transfers:</strong> In connection with any merger, sale of company assets, financing, or acquisition of all or a portion of our business to another company, your information may be transferred.</li>
</ul>
<h2>4. Third-Party Services</h2>
<p>The App uses third-party services that may collect information. These include:</p>
<ul>
<li><strong>Firebase Analytics:</strong> For app usage analytics. You can learn more about Google's privacy policy <a href="https://policies.google.com/privacy" target="_blank">here</a>.</li>
<li><strong>Unity Ads:</strong> For displaying advertisements. You can learn more about Unity's privacy policy <a href="https://unity.com/legal/privacy-policy" target="_blank">here</a>.</li>
</ul>
<p>Please note that we do not control how these third parties collect or use your information. We encourage you to review their respective privacy policies.</p>
<h2>5. Security of Your Information</h2>
<p>We take reasonable measures to protect the information collected through the App from unauthorized access, use, or disclosure. However, no method of transmission over the Internet or method of electronic storage is 100% secure. Therefore, we cannot guarantee its absolute security.</p>
<h2>6. Children's Privacy</h2>
<p>The App is not intended for use by children under the age of 13. We do not knowingly collect personally identifiable information from children under 13. If we become aware that we have collected personal information from a child under 13 without verification of parental consent, we take steps to remove that information from our servers.</p>
<h2>7. Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page. You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>
<h2>8. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at am.abdulmueed3@gmail.com.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container text-center">
<p>© 2026 PluginStream. All rights reserved.</p>
<p><strong>Privacy Based</strong></p>
</div>
</footer>
<script>
lucide.createIcons();
</script>
</body>
</html>