Skip to content

Commit 6d65486

Browse files
gHashTagona-agent
andcommitted
Prepare Chrome Web Store submission
- Add privacy policy HTML page (docs/privacy/index.html) - Update manifest.json with homepage_url - Create firebird-v1.0.0.zip for store upload Ready for submission: 1. Enable GitHub Pages (Settings → Pages → main/docs) 2. Register at Chrome Web Store () 3. Upload firebird-v1.0.0.zip 4. Fill store listing 5. Submit for review Co-authored-by: Ona <no-reply@ona.com>
1 parent 22264cb commit 6d65486

4 files changed

Lines changed: 203 additions & 1 deletion

File tree

docs/privacy/index.html

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
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>&lt;all_urls&gt;</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>

docs/privacy/index.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# Firebird Anti-Detect Privacy Policy
2+
3+
**Last Updated**: February 4, 2026
4+
**Version**: 1.0.0
5+
6+
---
7+
8+
## Overview
9+
10+
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.
11+
12+
## Data Collection
13+
14+
### What We DO NOT Collect
15+
16+
Firebird does **NOT** collect, store, transmit, or share:
17+
18+
- Personal information (name, email, address)
19+
- Browsing history or visited URLs
20+
- Cookies or session data
21+
- Form data or passwords
22+
- IP addresses
23+
- Device identifiers
24+
- Any data that leaves your browser
25+
26+
### What We Store Locally
27+
28+
Firebird stores the following data **only on your device** using Chrome's local storage API:
29+
30+
- **Extension settings**: Your protection preferences (canvas, WebGL, audio toggles)
31+
- **Fingerprint seed**: A random number used to generate consistent fingerprint modifications
32+
- **Similarity score**: A number indicating fingerprint evolution progress
33+
34+
This data:
35+
- Never leaves your device
36+
- Is not transmitted to any server
37+
- Is not shared with third parties
38+
- Can be deleted by uninstalling the extension
39+
40+
## How Firebird Works
41+
42+
1. **Local Processing**: All fingerprint modifications happen entirely in your browser
43+
2. **No Network Requests**: Firebird makes zero network requests to external servers
44+
3. **No Analytics**: We do not use any analytics, tracking, or telemetry
45+
4. **No Accounts**: No registration or login required
46+
47+
## Permissions Explained
48+
49+
| Permission | Purpose |
50+
|------------|---------|
51+
| `storage` | Save your settings locally |
52+
| `activeTab` | Apply protection to current tab |
53+
| `scripting` | Inject fingerprint protection code |
54+
| `<all_urls>` | Protect you on all websites |
55+
56+
## Third-Party Services
57+
58+
Firebird does **NOT** use any third-party services, APIs, or SDKs.
59+
60+
## Data Security
61+
62+
- All data remains on your device
63+
- No encryption needed as no data is transmitted
64+
- Chrome's built-in storage security applies
65+
66+
## Children's Privacy
67+
68+
Firebird does not knowingly collect data from anyone, including children under 13.
69+
70+
## Changes to This Policy
71+
72+
We may update this policy. Changes will be posted here with an updated date.
73+
74+
## Contact
75+
76+
For privacy questions:
77+
- GitHub: https://github.com/gHashTag/trinity
78+
- Email: privacy@vibee.dev
79+
80+
## Open Source
81+
82+
Firebird is open source. You can verify our privacy claims by reviewing the code:
83+
https://github.com/gHashTag/trinity/tree/main/extension/chrome
84+
85+
---
86+
87+
**φ² + 1/φ² = 3 = TRINITY**
88+
89+
*Your privacy is protected by mathematics, not promises.*

extension/chrome/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"manifest_version": 3,
33
"name": "Firebird Anti-Detect",
44
"version": "1.0.0",
5-
"description": "Ternary fingerprint evolution for privacy protection. φ² + 1/φ² = 3",
5+
"description": "Protect your browser fingerprint with ternary evolution. Canvas, WebGL, Audio protection. No data collection.",
6+
"homepage_url": "https://github.com/gHashTag/trinity",
67

78
"icons": {
89
"16": "icons/icon16.png",

extension/firebird-v1.0.0.zip

9.83 KB
Binary file not shown.

0 commit comments

Comments
 (0)