mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-28 22:12:26 -05:00
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"name": "Example Plugin",
|
|
"author": "John Doe",
|
|
"flags": ["debug", "_root"],
|
|
"publish": {
|
|
"tags": ["template", "root"],
|
|
"description": "Decky example plugin."
|
|
}
|
|
}
|