mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-12 03:27:29 -06:00
6 lines
124 B
JSON
6 lines
124 B
JSON
{
|
|
"name": "Example Plugin",
|
|
"author": "John Doe",
|
|
"frontend_bundle": "dist/index.js",
|
|
"flags": ["debug", "_root"]
|
|
}
|