decky-plugin-template/plugin.json

12 lines
287 B
JSON
Raw Normal View History

2022-04-23 00:42:11 +02:00
{
"name": "Example Plugin",
"author": "John Doe",
"flags": ["debug", "_root"],
2024-06-13 18:11:44 -04:00
"api_version": 1,
"publish": {
"tags": ["template", "root"],
2022-06-28 14:10:09 -04:00
"description": "Decky example plugin.",
"image": "https://opengraph.githubassets.com/1/SteamDeckHomebrew/PluginLoader"
}
2022-04-23 00:42:11 +02:00
}