temp plugin.json fixes for store testing
parent
e3e6f23c73
commit
bc8b57be3a
@ -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 New Issue