7 Commits

Author SHA1 Message Date
Matthew Raymer
5cf9bb89fc feat: Add comprehensive README and enhance package.json
- Create detailed README.md documenting Safari Notifications Module
- Explain project purpose: PWA abstraction for browser worker compatibility
- Document cryptographic features: JWT, NaCl encryption, DID authentication
- Add security audit checklist and development standards
- Include usage examples and API reference
- Enhance package.json with proper metadata and build scripts
- Add npm scripts: build and dev for development workflow
- Include project keywords and author information

This module handles secure notifications for Safari extensions and PWAs,
specifically designed for browser worker contexts with cryptographic
operations and IndexedDB integration.
2025-07-23 07:22:35 +00:00
Matthew Raymer
a5e367fdf1 WIP: service worker importScripts compatible 2023-11-10 02:53:57 -05:00
Matthew Raymer
8a4960855e CHange package name 2023-11-09 05:13:41 -05:00
Matthew Raymer
2e027835c1 Filter to active DID and change filename 2023-11-08 18:06:44 +08:00
Matthew Raymer
7a6d5307f4 WIP: adding contact retreival from IndexedDB and preliminary return structure 2023-11-07 20:52:33 +08:00
Matthew Raymer
b56b1c5f93 WIP: bundled up for use with importScripts 2023-11-06 18:34:23 +08:00
Matthew Raymer
3f1e52277b Initial commit 2023-11-06 17:30:27 +08:00