cipher/public/manifest.webmanifest
maverick 360bfeb5ab Cipher: E2E encrypted messenger scaffold (Signal Protocol + Cloudflare)
- Hono Worker: auth, key directory (X3DH prekey bundles), message relay, R2 media
- Mailbox Durable Object: WebSocket delivery + offline ciphertext queue
- PWA client: libsignal (vendored), IndexedDB key store, chat UI, media E2E
- Server only ever holds public keys + ciphertext; private keys stay on device

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 01:56:59 +10:00

12 lines
327 B
JSON

{
"name": "Cipher",
"short_name": "Cipher",
"description": "End-to-end encrypted messaging",
"start_url": "/",
"display": "standalone",
"background_color": "#0b141a",
"theme_color": "#0b141a",
"icons": [
{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
]
}