mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-29 14:32:25 -05:00
10 lines
267 B
JSON
10 lines
267 B
JSON
{
|
|
"name": "Example Plugin",
|
|
"author": "John Doe",
|
|
"flags": ["debug", "_root"],
|
|
"publish": {
|
|
"tags": ["template", "root"],
|
|
"description": "Decky example plugin.",
|
|
"image": "https://opengraph.githubassets.com/1/SteamDeckHomebrew/PluginLoader"
|
|
}
|
|
}
|