temp plugin.json fixes for store testing
This commit is contained in:
parent
e3e6f23c73
commit
bc8b57be3a
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "Example Plugin",
|
"name": "Example Plugin",
|
||||||
"author": "John Doe",
|
"author": "John Doe",
|
||||||
"flags": ["debug", "_root"]
|
"flags": ["debug", "_root"],
|
||||||
|
"publish": {
|
||||||
|
"tags": ["template", "root"],
|
||||||
|
"description": "Decky example plugin."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue