From ac9ed3b4335b93525c66392d14e10e07f31f2421 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 03:44:25 +1000 Subject: [PATCH] Simplify thumbnail documentation --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d6b0cba..3269a25 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,9 @@ Example: `plugins/litruv-example-plugin.json` **Optional fields:** `homepage`, `thumbnail`, `tags` -**Thumbnail requirements:** -- Must be a file in your plugin repository (e.g., `thumbnail.png`) -- PNG, JPG, or GIF format -- Max 512x512 pixels -- Max 2MB file size +**Thumbnail:** +- Add a `thumbnail.png`, `thumbnail.jpg`, or `thumbnail.gif` file to your plugin repository +- Max 512x512 pixels, Max 2MB file size - URL format: `http://synbox.ruv.wtf:8418/{username}/{repo}/raw/branch/main/thumbnail.png` **Important:**