Irmin is a collection of OCaml libraries that makes it easy to build applications with Git-like data stores. We recently releasedirmin-client and irmin-server as official Irmin packages. These packages open up a new way to use Irmin by implementing a custom protocol that lets you write a client application that can interact with a remote data store as if it is local using the Irmin Store API. In addition to creating a simple example, we also thought it would be fun to build a browser extensio...