Update plugin IDs and filenames to include username prefix
All checks were successful
Update Plugin Index / update-index (push) Successful in 8s

This commit is contained in:
2026-04-17 02:58:13 +10:00
parent fc4c5fb1d1
commit bbc01a37f1
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"id": "example-plugin-2",
"name": "Example Plugin 2",
"version": "1.0.0",
"description": "A second example plugin demonstrating additional capabilities",
"author": "litruv",
"repository": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example2.git",
"downloadUrl": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example2/archive/main.zip",
"homepage": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example2",
"tags": ["example", "demo", "filtering", "validation"],
"addedDate": "2026-04-17T00:00:00.000Z"
}