From bc8b57be3af07022c1b6fab07580ee6c22406df2 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Tue, 28 Jun 2022 13:45:27 -0400 Subject: [PATCH] temp plugin.json fixes for store testing --- plugin.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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." + } }