Skip to content

Commit 137dac2

Browse files
vveerrggclaude
andcommitted
docs: update website with cross-device sync feature and fix download links
Point download cards to /releases/latest, fix Chrome ZIP filename in sideload instructions, add Cross-Device Sync to features grid. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 46e7228 commit 137dac2

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@ <h4>📝 Encrypted Vault</h4>
351351
<h4>🔑 API Key Storage</h4>
352352
<p>Encrypted API keys synced across devices</p>
353353
</div>
354+
<div class="feature">
355+
<h4>🔄 Cross-Device Sync</h4>
356+
<p>Profiles, vault, and settings sync via Google/iCloud</p>
357+
</div>
354358
<div class="feature">
355359
<h4>👤 Multi-Profile</h4>
356360
<p>Manage multiple Nostr identities with per-site permissions</p>
@@ -366,17 +370,17 @@ <h4>📱 Cross-Platform</h4>
366370
<h2>Download & Install</h2>
367371

368372
<div class="download-grid">
369-
<a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases" class="download-card">
373+
<a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases/latest" class="download-card">
370374
<svg viewBox="0 0 24 24" fill="#4285F4"><circle cx="12" cy="12" r="10"/><path fill="#fff" d="M12 6a6 6 0 100 12 6 6 0 000-12zm0 10.5a4.5 4.5 0 110-9 4.5 4.5 0 010 9z"/></svg>
371375
<h4>Chrome</h4>
372376
<p>Manifest V3</p>
373377
</a>
374-
<a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases" class="download-card">
378+
<a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases/latest" class="download-card">
375379
<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>
376380
<h4>Safari (macOS)</h4>
377381
<p>Xcode build</p>
378382
</a>
379-
<a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases" class="download-card">
383+
<a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases/latest" class="download-card">
380384
<svg viewBox="0 0 24 24" fill="#147EFB"><rect width="24" height="24" rx="5" fill="#147EFB"/><rect x="7" y="3" width="10" height="18" rx="2" fill="white"/></svg>
381385
<h4>Safari (iOS)</h4>
382386
<p>Xcode build</p>
@@ -385,8 +389,8 @@ <h4>Safari (iOS)</h4>
385389

386390
<h3>Chrome Installation (Sideload)</h3>
387391
<ol style="list-style: decimal; padding-left: 24px;">
388-
<li style="padding-left: 8px;">Download the latest release from <a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases" style="color: var(--accent);">GitHub Releases</a></li>
389-
<li style="padding-left: 8px;">Unzip the <code>chrome.zip</code> file</li>
392+
<li style="padding-left: 8px;">Download <code>nostrkey-chrome-v*.zip</code> from the <a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases/latest" style="color: var(--accent);">latest release</a></li>
393+
<li style="padding-left: 8px;">Unzip the file</li>
390394
<li style="padding-left: 8px;">Open <code>chrome://extensions/</code> in Chrome</li>
391395
<li style="padding-left: 8px;">Enable <strong>Developer mode</strong> (top right toggle)</li>
392396
<li style="padding-left: 8px;">Click <strong>Load unpacked</strong> and select the unzipped folder</li>

0 commit comments

Comments
 (0)