summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-06-28 13:45:27 -0400
committerGitHub <noreply@github.com>2022-06-28 13:45:27 -0400
commitbc8b57be3af07022c1b6fab07580ee6c22406df2 (patch)
tree4a99e26e36657430f2dca034e4617b2d469f531c
parente3e6f23c7326062846ef95653641a270d922d74e (diff)
downloaddecky-bazzite-buddy-bc8b57be3af07022c1b6fab07580ee6c22406df2.tar.gz
decky-bazzite-buddy-bc8b57be3af07022c1b6fab07580ee6c22406df2.zip
temp plugin.json fixes for store testing
-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."
+ }
}