mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-28 22:12:26 -05:00
6 lines
133 B
JSON
6 lines
133 B
JSON
{
|
|
"name": "Example Plugin",
|
|
"author": "John Doe",
|
|
"frontend_bundle": "dist/example-plugin.js",
|
|
"flags": ["debug", "_root"]
|
|
}
|