mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-01 15:52:25 -05:00
7 lines
138 B
JSON
7 lines
138 B
JSON
|
|
{
|
||
|
|
"name": "Example Plugin",
|
||
|
|
"author": "John Doe",
|
||
|
|
"frontend_bundle": "dist/example-plugin.js",
|
||
|
|
"flags": ["hot_reload", "_root"]
|
||
|
|
}
|