diff --git a/README.md b/README.md index 11a6a8d..3c45f59 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A web application that provides a GUI for applying custom [kobopatch](https://github.com/pgaskin/kobopatch) patches to Kobo e-readers. It uses the File System Access API (Chromium) to interface with connected Kobo devices, or falls back to manual model/firmware selection on other browsers. +![A screenshot of the prototype of the web UI.](./screenshot.png) + The app makes it easy to configure which patches to apply, downloads the correct firmware from Kobo's servers, runs the patcher (compiled to WebAssembly), and places the resulting `KoboRoot.tgz` on the device. The user then reboots to apply. Fully client-side — no backend needed, can be hosted as a static site. Patches are community-contributed via [MobileRead](https://www.mobileread.com/) and need to be manually updated when new Kobo firmware versions come out. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..76f3a95 Binary files /dev/null and b/screenshot.png differ