diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-06-28 13:45:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-28 13:45:27 -0400 |
| commit | bc8b57be3af07022c1b6fab07580ee6c22406df2 (patch) | |
| tree | 4a99e26e36657430f2dca034e4617b2d469f531c /plugin.json | |
| parent | e3e6f23c7326062846ef95653641a270d922d74e (diff) | |
| download | decky-bazzite-buddy-bc8b57be3af07022c1b6fab07580ee6c22406df2.tar.gz decky-bazzite-buddy-bc8b57be3af07022c1b6fab07580ee6c22406df2.zip | |
temp plugin.json fixes for store testing
Diffstat (limited to 'plugin.json')
| -rw-r--r-- | plugin.json | 6 |
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." + } } |
