Skip to content

Commit cd6d69f

Browse files
committed
fix: update nostrkey.com download grid and section order
Remove Android Play Store link, reorder downloads to Chrome/Firefox/Safari macOS/Safari iOS, move NIPs Supported above Development section.
1 parent 87f9891 commit cd6d69f

1 file changed

Lines changed: 20 additions & 25 deletions

File tree

docs/index.html

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,11 @@ <h2>Download & Install</h2>
383383
<h4>Chrome</h4>
384384
<p>Chrome Web Store</p>
385385
</a>
386+
<a href="https://addons.mozilla.org/en-US/firefox/addon/nostrkey/" target="nostrkey-web" class="download-card">
387+
<svg viewBox="0 0 24 24" fill="#FF7139"><circle cx="12" cy="12" r="10"/><path d="M12 6c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6" fill="#fff"/></svg>
388+
<h4>Firefox</h4>
389+
<p>Firefox Add-ons</p>
390+
</a>
386391
<a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases/latest" target="nostrkey-web" class="download-card">
387392
<svg viewBox="0 0 24 24" fill="#0066CC"><rect width="24" height="24" rx="5" fill="#0066CC"/><text x="12" y="17" text-anchor="middle" fill="white" font-size="14" font-weight="bold">S</text></svg>
388393
<h4>Safari (macOS)</h4>
@@ -393,16 +398,6 @@ <h4>Safari (macOS)</h4>
393398
<h4>Safari (iOS)</h4>
394399
<p>Xcode build</p>
395400
</a>
396-
<a href="https://addons.mozilla.org/en-US/firefox/addon/nostrkey/" target="nostrkey-web" class="download-card">
397-
<svg viewBox="0 0 24 24" fill="#FF7139"><circle cx="12" cy="12" r="10"/><path d="M12 6c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6" fill="#fff"/></svg>
398-
<h4>Firefox</h4>
399-
<p>Firefox Add-ons</p>
400-
</a>
401-
<a href="https://play.google.com/store/apps/details?id=com.nostrkey.app" target="nostrkey-web" class="download-card">
402-
<svg viewBox="0 0 24 24" fill="#3DDC84"><path d="M3 20.5V3.5a1 1 0 011.5-.87l15 8.5a1 1 0 010 1.74l-15 8.5A1 1 0 013 20.5z"/></svg>
403-
<h4>Android</h4>
404-
<p>Google Play</p>
405-
</a>
406401
</div>
407402

408403
<h3>Chrome Installation</h3>
@@ -440,6 +435,20 @@ <h3>Safari Installation (iOS)</h3>
440435
</ol>
441436
</section>
442437

438+
<section>
439+
<h2>NIPs Supported</h2>
440+
<ul>
441+
<li><strong>NIP-01</strong> — Basic protocol</li>
442+
<li><strong>NIP-04</strong> — Encrypted DMs v1 (deprecated, kept for compatibility)</li>
443+
<li><strong>NIP-07</strong> — Browser extension API</li>
444+
<li><strong>NIP-19</strong> — Bech32 encoding (npub, nsec)</li>
445+
<li><strong>NIP-44</strong> — Encrypted messaging v2 (ChaCha20-Poly1305)</li>
446+
<li><strong>NIP-46</strong> — Nostr Connect / nsecBunker</li>
447+
<li><strong>NIP-49</strong> — Encrypted key export (ncryptsec)</li>
448+
<li><strong>NIP-78</strong> — App-specific data (vault storage)</li>
449+
</ul>
450+
</section>
451+
443452
<section>
444453
<h2>Development</h2>
445454
<pre><code>git clone https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src.git
@@ -454,7 +463,7 @@ <h2>Development</h2>
454463

455464
# Watch mode
456465
npm run watch</code></pre>
457-
466+
458467
<div class="cta-row">
459468
<a href="support.html" class="btn">
460469
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3m.08 4h.01"/></svg>
@@ -470,20 +479,6 @@ <h2>Development</h2>
470479
</a>
471480
</div>
472481
</section>
473-
474-
<section>
475-
<h2>NIPs Supported</h2>
476-
<ul>
477-
<li><strong>NIP-01</strong> — Basic protocol</li>
478-
<li><strong>NIP-04</strong> — Encrypted DMs v1 (deprecated, kept for compatibility)</li>
479-
<li><strong>NIP-07</strong> — Browser extension API</li>
480-
<li><strong>NIP-19</strong> — Bech32 encoding (npub, nsec)</li>
481-
<li><strong>NIP-44</strong> — Encrypted messaging v2 (ChaCha20-Poly1305)</li>
482-
<li><strong>NIP-46</strong> — Nostr Connect / nsecBunker</li>
483-
<li><strong>NIP-49</strong> — Encrypted key export (ncryptsec)</li>
484-
<li><strong>NIP-78</strong> — App-specific data (vault storage)</li>
485-
</ul>
486-
</section>
487482

488483
<section>
489484
<h2>No Cryptocurrency or Token</h2>

0 commit comments

Comments
 (0)