|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>NostrKey - Cross-Browser Nostr Key Management</title> |
7 | | - <meta name="description" content="Secure Nostr key management for Chrome, Safari, and iOS. NIP-07 signing, encrypted vault, and nsecBunker support."> |
| 7 | + <meta name="description" content="Secure Nostr key management for Chrome, Safari, iOS, and Android. NIP-07 signing, encrypted vault, and nsecBunker support."> |
8 | 8 |
|
9 | 9 | <!-- Open Graph / Facebook --> |
10 | 10 | <meta property="og:type" content="website"> |
11 | 11 | <meta property="og:url" content="https://nostrkey.com/"> |
12 | 12 | <meta property="og:title" content="NostrKey - Cross-Browser Nostr Key Management"> |
13 | | - <meta property="og:description" content="Secure Nostr key management for Chrome, Safari, and iOS. NIP-07 signing, encrypted vault, and nsecBunker support."> |
| 13 | + <meta property="og:description" content="Secure Nostr key management for Chrome, Safari, iOS, and Android. NIP-07 signing, encrypted vault, and nsecBunker support."> |
14 | 14 | <meta property="og:image" content="https://nostrkey.com/og-image.png"> |
15 | 15 | <meta property="og:image:width" content="1200"> |
16 | 16 | <meta property="og:image:height" content="630"> |
|
19 | 19 | <meta name="twitter:card" content="summary_large_image"> |
20 | 20 | <meta name="twitter:url" content="https://nostrkey.com/"> |
21 | 21 | <meta name="twitter:title" content="NostrKey - Cross-Browser Nostr Key Management"> |
22 | | - <meta name="twitter:description" content="Secure Nostr key management for Chrome, Safari, and iOS. NIP-07 signing, encrypted vault, and nsecBunker support."> |
| 22 | + <meta name="twitter:description" content="Secure Nostr key management for Chrome, Safari, iOS, and Android. NIP-07 signing, encrypted vault, and nsecBunker support."> |
23 | 23 | <meta name="twitter:image" content="https://nostrkey.com/og-image.png"> |
24 | 24 |
|
25 | 25 | <!-- Favicon --> |
@@ -365,7 +365,7 @@ <h4>👤 Multi-Profile</h4> |
365 | 365 | </div> |
366 | 366 | <div class="feature"> |
367 | 367 | <h4>📱 Cross-Platform</h4> |
368 | | - <p>Chrome, Safari (macOS + iOS) support</p> |
| 368 | + <p>Chrome, Safari (macOS + iOS), and Android</p> |
369 | 369 | </div> |
370 | 370 | <div class="feature"> |
371 | 371 | <h4>🔓 Open Source</h4> |
@@ -393,6 +393,11 @@ <h4>Safari (macOS)</h4> |
393 | 393 | <h4>Safari (iOS)</h4> |
394 | 394 | <p>Xcode build</p> |
395 | 395 | </a> |
| 396 | + <a href="https://play.google.com/store/apps/details?id=com.nostrkey.app" target="nostrkey-web" class="download-card"> |
| 397 | + <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> |
| 398 | + <h4>Android</h4> |
| 399 | + <p>Google Play</p> |
| 400 | + </a> |
396 | 401 | </div> |
397 | 402 |
|
398 | 403 | <h3>Chrome Installation</h3> |
|
0 commit comments