usdpl-decky-plugin-template/plugin.json

11 lines
274 B
JSON
Raw Normal View History

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