Signed over-the-air update endpoint for Theseus's bundled add-ons. Every entry is Ed25519-signed by the Silent Mode operator, verified on the device before install. No cert authority, no app-store gatekeeper.
Currently one bundled add-on ships with a signed update channel. More on the way.
screenshot-0.2.4.tar.gz399a9a3be696aaaa96a1c12c4da0bbae6585efbdc4338a5caabb1769e0f36861Same mechanism a Firefox XPI update uses, cut down to what a name-native browser needs.
updates.json for each installed add-on that declares an updateURL in its manifest.silentmode.addon-update-v1|<id>|<version>|<sha256>. Theseus verifies against a small set of operator public keys baked into the build. Unsigned or badly-signed entries are dropped silently.<userData>/addons-updates-staged/<id>-<version>/.promoteStagedUpdates moves the staged copy into addons/<id>/. Any prior copy is renamed to addons-backups/<id>-<oldver>-<timestamp>/ so hand-edits survive.The Ed25519 public key baked into Theseus 0.3.19+. Rotation is by adding a new pubkey and shipping a Theseus release that carries both, then a follow-up release removing the old โ during the overlap, entries can be signed by either.
Generated 2026-09-07. Held offline by the Silent Mode operator.
The endpoint is generic โ any bundled add-on can advertise an updateURL.
Concrete next-steps: