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