|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Firebird Anti-Detect - Privacy Policy</title> |
| 7 | + <style> |
| 8 | + * { margin: 0; padding: 0; box-sizing: border-box; } |
| 9 | + body { |
| 10 | + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; |
| 11 | + background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); |
| 12 | + color: #fff; |
| 13 | + min-height: 100vh; |
| 14 | + padding: 40px 20px; |
| 15 | + } |
| 16 | + .container { |
| 17 | + max-width: 800px; |
| 18 | + margin: 0 auto; |
| 19 | + background: rgba(255,255,255,0.05); |
| 20 | + border-radius: 16px; |
| 21 | + padding: 40px; |
| 22 | + } |
| 23 | + .logo { font-size: 48px; text-align: center; margin-bottom: 20px; } |
| 24 | + h1 { color: #f39c12; text-align: center; margin-bottom: 10px; } |
| 25 | + .subtitle { text-align: center; color: rgba(255,255,255,0.6); margin-bottom: 30px; } |
| 26 | + h2 { color: #f39c12; margin: 30px 0 15px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; } |
| 27 | + h3 { color: #2ecc71; margin: 20px 0 10px; } |
| 28 | + p, li { line-height: 1.8; margin-bottom: 10px; color: rgba(255,255,255,0.9); } |
| 29 | + ul { padding-left: 20px; } |
| 30 | + table { width: 100%; border-collapse: collapse; margin: 20px 0; } |
| 31 | + th, td { padding: 12px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.1); } |
| 32 | + th { color: #f39c12; } |
| 33 | + .highlight { background: rgba(46, 204, 113, 0.2); padding: 20px; border-radius: 8px; margin: 20px 0; } |
| 34 | + .footer { text-align: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); } |
| 35 | + .phi { font-family: 'Times New Roman', serif; font-style: italic; color: #f39c12; } |
| 36 | + a { color: #3498db; } |
| 37 | + </style> |
| 38 | +</head> |
| 39 | +<body> |
| 40 | + <div class="container"> |
| 41 | + <div class="logo">🔥</div> |
| 42 | + <h1>Firebird Anti-Detect</h1> |
| 43 | + <p class="subtitle">Privacy Policy</p> |
| 44 | + |
| 45 | + <p><strong>Last Updated:</strong> February 4, 2026 | <strong>Version:</strong> 1.0.0</p> |
| 46 | + |
| 47 | + <h2>Overview</h2> |
| 48 | + <p>Firebird Anti-Detect ("Firebird", "we", "our", "the extension") is a browser extension that protects your privacy by modifying browser fingerprints. This privacy policy explains how we handle your data.</p> |
| 49 | + |
| 50 | + <h2>Data Collection</h2> |
| 51 | + |
| 52 | + <h3>What We DO NOT Collect</h3> |
| 53 | + <div class="highlight"> |
| 54 | + <p>Firebird does <strong>NOT</strong> collect, store, transmit, or share:</p> |
| 55 | + <ul> |
| 56 | + <li>Personal information (name, email, address)</li> |
| 57 | + <li>Browsing history or visited URLs</li> |
| 58 | + <li>Cookies or session data</li> |
| 59 | + <li>Form data or passwords</li> |
| 60 | + <li>IP addresses</li> |
| 61 | + <li>Device identifiers</li> |
| 62 | + <li>Any data that leaves your browser</li> |
| 63 | + </ul> |
| 64 | + </div> |
| 65 | + |
| 66 | + <h3>What We Store Locally</h3> |
| 67 | + <p>Firebird stores the following data <strong>only on your device</strong> using Chrome's local storage API:</p> |
| 68 | + <ul> |
| 69 | + <li><strong>Extension settings:</strong> Your protection preferences (canvas, WebGL, audio toggles)</li> |
| 70 | + <li><strong>Fingerprint seed:</strong> A random number used to generate consistent fingerprint modifications</li> |
| 71 | + <li><strong>Similarity score:</strong> A number indicating fingerprint evolution progress</li> |
| 72 | + </ul> |
| 73 | + <p>This data never leaves your device, is not transmitted to any server, is not shared with third parties, and can be deleted by uninstalling the extension.</p> |
| 74 | + |
| 75 | + <h2>How Firebird Works</h2> |
| 76 | + <ul> |
| 77 | + <li><strong>Local Processing:</strong> All fingerprint modifications happen entirely in your browser</li> |
| 78 | + <li><strong>No Network Requests:</strong> Firebird makes zero network requests to external servers</li> |
| 79 | + <li><strong>No Analytics:</strong> We do not use any analytics, tracking, or telemetry</li> |
| 80 | + <li><strong>No Accounts:</strong> No registration or login required</li> |
| 81 | + </ul> |
| 82 | + |
| 83 | + <h2>Permissions Explained</h2> |
| 84 | + <table> |
| 85 | + <tr><th>Permission</th><th>Purpose</th></tr> |
| 86 | + <tr><td>storage</td><td>Save your settings locally</td></tr> |
| 87 | + <tr><td>activeTab</td><td>Apply protection to current tab</td></tr> |
| 88 | + <tr><td>scripting</td><td>Inject fingerprint protection code</td></tr> |
| 89 | + <tr><td><all_urls></td><td>Protect you on all websites</td></tr> |
| 90 | + </table> |
| 91 | + |
| 92 | + <h2>Third-Party Services</h2> |
| 93 | + <p>Firebird does <strong>NOT</strong> use any third-party services, APIs, or SDKs.</p> |
| 94 | + |
| 95 | + <h2>Open Source</h2> |
| 96 | + <p>Firebird is fully open source. You can verify our privacy claims by reviewing the code:</p> |
| 97 | + <p><a href="https://github.com/gHashTag/trinity/tree/main/extension/chrome">https://github.com/gHashTag/trinity</a></p> |
| 98 | + |
| 99 | + <h2>Contact</h2> |
| 100 | + <p>For privacy questions:</p> |
| 101 | + <ul> |
| 102 | + <li>GitHub: <a href="https://github.com/gHashTag/trinity">github.com/gHashTag/trinity</a></li> |
| 103 | + <li>Email: privacy@vibee.dev</li> |
| 104 | + </ul> |
| 105 | + |
| 106 | + <div class="footer"> |
| 107 | + <p class="phi">φ² + 1/φ² = 3 = TRINITY</p> |
| 108 | + <p style="margin-top: 10px; color: rgba(255,255,255,0.5);">Your privacy is protected by mathematics, not promises.</p> |
| 109 | + </div> |
| 110 | + </div> |
| 111 | +</body> |
| 112 | +</html> |
0 commit comments