temp plugin.json fixes for store testing

This commit is contained in:
AAGaming 2022-06-28 13:45:27 -04:00 committed by GitHub
parent e3e6f23c73
commit bc8b57be3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
{ {
"name": "Example Plugin", "name": "Example Plugin",
"author": "John Doe", "author": "John Doe",
"flags": ["debug", "_root"] "flags": ["debug", "_root"],
"publish": {
"tags": ["template", "root"],
"description": "Decky example plugin."
}
} }