mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-17 06:00:07 +02: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"]
|
|
}
|