decky-plugin-template/plugin.json

10 lines
183 B
JSON
Raw Normal View History

2022-04-23 00:42:11 +02:00
{
"name": "Example Plugin",
"author": "John Doe",
"flags": ["debug", "_root"],
"publish": {
"tags": ["template", "root"],
"description": "Decky example plugin."
}
2022-04-23 00:42:11 +02:00
}