You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NostrKey is **the hand that holds the baseball card**. It manages your private keys, signs events, encrypts data, and connects you to your NostrKeep relay and npub.bio identity. Free, open source (MIT), forked from ursuscamp/nostore.
8
8
9
9
## Current Version
10
-
v1.5.6 — Live on Chrome Web Store, Android (Google Play). iOS + macOS Safari submitted to App Store (pending review, 2026-03-03).
10
+
v1.5.9 (build 5.5.0) — Chrome/Firefox live. iOS + macOS Safari resubmitted to App Store 2026-03-17.
**Important:** After changing extension source code, run `npm run build` and commit the updated `distros/safari/` along with your source changes. Xcode Cloud needs `distros/safari/` in the repo.
- Do NOT add `network.server` — Apple rejects it (NostrKey is client-only)
96
+
86
97
## Architecture
87
98
Extension uses background service worker + sidepanel UI. Mobile apps (iOS/Android) wrap this in dual-WebView architecture with native bridges (IOSBridge.swift / AndroidBridge.kt).
88
99
@@ -93,9 +104,13 @@ Extension uses background service worker + sidepanel UI. Mobile apps (iOS/Androi
93
104
- Xcode project lives at `dev/apple/NostrKey.xcodeproj`
94
105
- WCAG AA contrast, aria-labels, reduced-motion support
95
106
107
+
## Analytics
108
+
Plausible (privacy-friendly, cookieless) on all public docs pages. Script: `pa-IB1d6aIMpkIZgRxSc6Med.js`.
0 commit comments