summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugin.json b/plugin.json
index 61203d3..0187d84 100644
--- a/plugin.json
+++ b/plugin.json
@@ -1,5 +1,9 @@
{
"name": "Example Plugin",
"author": "John Doe",
- "flags": ["debug", "_root"]
+ "flags": ["debug", "_root"],
+ "publish": {
+ "tags": ["template", "root"],
+ "description": "Decky example plugin."
+ }
}