Files
Newton-Editor/plugins/template/manifest.json

12 lines
265 B
JSON
Raw Normal View History

2026-01-04 11:42:27 -06:00
{
"name": "Example Plugin",
"author": "John Doe",
"version": "0.0.1",
"support": "",
"requests": {
"ui_target": "plugin_control_list",
"pass_events": true,
"bind_keys": ["Example Plugin||send_message:<Control>f"]
}
}