Skip to content

Commit d63d90c

Browse files
vveerrggclaude
andcommitted
docs: promote Chrome Web Store install, remove PR button, fix list styling
- Lead with Chrome Web Store link as primary install method - Move sideload steps under a secondary heading for developers - Remove Pull Requests button from Development section - Scope checkmark pseudo-elements to ul only so ol steps show numbers cleanly Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b47ca7c commit d63d90c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
position: relative;
148148
}
149149

150-
li::before {
150+
ul li::before {
151151
content: "✓";
152152
color: var(--accent);
153153
position: absolute;
@@ -395,7 +395,11 @@ <h4>Safari (iOS)</h4>
395395
</a>
396396
</div>
397397

398-
<h3>Chrome Installation (Sideload)</h3>
398+
<h3>Chrome Installation</h3>
399+
<p>Install directly from the <a href="https://chromewebstore.google.com/detail/nostrkey/cggakcmbihnpmcddkkfmoglgaocnmaop" style="color: var(--accent);">Chrome Web Store</a> — works on Chrome, Edge, Brave, Opera, Vivaldi, and Arc.</p>
400+
401+
<h3>Chrome Sideload (Developer Mode)</h3>
402+
<p style="color: var(--text-muted); font-size: 0.875rem;">Prefer the latest GitHub build or want to hack on NostrKey? You can load it manually:</p>
399403
<ol style="list-style: decimal; padding-left: 24px;">
400404
<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>
401405
<li style="padding-left: 8px;">Unzip the file</li>
@@ -451,10 +455,6 @@ <h2>Development</h2>
451455
<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="M12 8v4m0 4h.01"/></svg>
452456
Report Issue
453457
</a>
454-
<a href="https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/pulls" class="btn btn-secondary">
455-
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="18" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><path d="M6 21V9a9 9 0 009 9"/></svg>
456-
Pull Requests
457-
</a>
458458
</div>
459459
</section>
460460

0 commit comments

Comments
 (0)