Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
[ ZharlieW/Aegis ] Add one-tap reset permissions on application permissions page. Clear allowedMethods (revokes stored method grants and always-allow keys); UI still shows get_public_key via effective-methods logic. Add confirmation dialog, snackbar, and l10n strings. Made-with: Cursor
[ forgesworn/bark ] fix: handle service worker restart and add request timeouts The content script was permanently marking the extension as stale when the MV3 service worker was merely asleep, not invalidated. Now retries up to 3 times with 500ms delays for "does not exist" errors, only marking stale on genuine "context invalidated". Provider requests get a 60s timeout so promises never hang forever. A chrome.alarms keepalive prevents the service worker from dying while a NIP-46 connection is active.