Newton_Editor/plugins/gtksourceview/template/manifest.json

14 lines
327 B
JSON
Raw Normal View History

2024-03-20 00:43:27 +00:00
{
"manifest": {
"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"]
}
}
}