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." + } }