Document thumbnail field in README
This commit is contained in:
@@ -19,12 +19,20 @@ Example: `plugins/litruv-example-plugin.json`
|
|||||||
"author": "litruv",
|
"author": "litruv",
|
||||||
"repository": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example.git",
|
"repository": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example.git",
|
||||||
"homepage": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example",
|
"homepage": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example",
|
||||||
|
"thumbnail": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example/raw/branch/main/thumbnail.png",
|
||||||
"tags": ["example"]
|
"tags": ["example"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Required fields:** `id`, `name`, `version`, `description`, `author`, `repository`
|
**Required fields:** `id`, `name`, `version`, `description`, `author`, `repository`
|
||||||
|
|
||||||
|
**Optional fields:** `homepage`, `thumbnail`, `tags`
|
||||||
|
|
||||||
|
**Thumbnail requirements:**
|
||||||
|
- PNG, JPG, or GIF format
|
||||||
|
- Max 512x512 pixels
|
||||||
|
- Max 2MB file size
|
||||||
|
|
||||||
**Important:**
|
**Important:**
|
||||||
- Filename must start with your username: `{username}-`
|
- Filename must start with your username: `{username}-`
|
||||||
- Plugin `id` must match filename (without .json)
|
- Plugin `id` must match filename (without .json)
|
||||||
|
|||||||
Reference in New Issue
Block a user