|
3 | 3 | > Cross-browser Nostr key management, encrypted document vault, and identity layer. |
4 | 4 | > Forked from [ursuscamp/nostore](https://github.com/ursuscamp/nostore) (archived Feb 2025). |
5 | 5 | > |
6 | | -> **Website:** [nostrkey.com](https://nostrkey.com) · **Current release:** [v1.5.2](https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases/tag/v1.5.2) |
| 6 | +> **Website:** [nostrkey.com](https://nostrkey.com) · **Current release:** [v1.5.4](https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases/tag/v1.5.4) |
7 | 7 |
|
8 | 8 | > **NostrKey and Humanjava Enterprises Inc. do not have a cryptocurrency, token, or coin. Nor will there be one.** If anyone suggests or sells a cryptocurrency associated with this project, they are acting fraudulently. [Report scams](https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/issues). |
9 | 9 |
|
@@ -67,9 +67,13 @@ See [docs_project_info/PROJECT-VISION.md](docs_project_info/PROJECT-VISION.md) f |
67 | 67 | - [x] Chrome MV3 message passing fix (all handlers use sendResponse callback pattern) |
68 | 68 | - [x] Cross-device sync via storage.sync (Google/iCloud, chunked, priority-based budget) |
69 | 69 | - [x] NIP-49 encrypted key export/import (ncryptsec) |
| 70 | +- [x] Manage Nostr Keys page (master-detail view, export JSON, import nsec/JSON) |
| 71 | +- [x] Settings page: accordion sections grouped by App / Profile / General |
| 72 | +- [x] Material-style toggle switches for relay read/write (replacing checkboxes) |
| 73 | +- [x] Security page: accordion layout with hash-based deep linking |
| 74 | +- [x] profileScope field on vault docs and API keys (prep for per-profile scoping) |
70 | 75 |
|
71 | 76 | ### Planned |
72 | | -- [ ] nsec/npub import & validation (JSON file or paste, keypair verification) |
73 | 77 | - [ ] Encrypted cloud backup (iCloud/Google Drive snapshots with periodic reminders) |
74 | 78 | - [ ] Firefox extension (manifest + sidebar_action or popup fallback) |
75 | 79 | - [ ] P2P room sharing (NIP-59 gift wrap) |
|
0 commit comments