Overview
A NIP-07 to NIP-46 bridge. Let's you connect to NIP-07 only sites with NIP-46.
How it works
- When a site calls `window.nostr.getPublicKey()` or `window.nostr.signEvent()`, the extension opens a QR code.
- Scan the QR with Amber to approve the connection.
- The site can then request signatures through Amber via a relay — your `nsec` never touches the browser.
Key features
- No keys in the browser: signing happens on your phone
- Per-site connections: each website gets its own session you can revoke anytime
- Works with most NIP-07 sites (login + signing)
- Simple site management: view/remove connected sites from the extension popup
Permissions
- Storage: saves your approved site sessions so you don’t have to reconnect every time
- Alarms: keeps the background service worker responsive
- Host access (<all_urls>): required so the content script can provide NIP-07 support on any site you visit
Requirements
- Amber app on Android
- Internet access to the configured Nostr relay(s)
Source: https://github.com/DeepDoge/remote-nip07
Tags
Privacy Practices
🔐 Security Analysis
⏳ Security scan is queued. Check back soon.