From 8af2f727231ebfa9f0e1657248a6668cef73ad57 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 03:43:23 +1000 Subject: [PATCH] Clarify thumbnail must be in plugin repository --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3872fed..d6b0cba 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,11 @@ 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 +- URL format: `http://synbox.ruv.wtf:8418/{username}/{repo}/raw/branch/main/thumbnail.png` **Important:** - Filename must start with your username: `{username}-`