Python-With-Gtk-Template/plugins/template/manifest.json

14 lines
327 B
JSON
Raw Normal View History

2022-09-05 23:01:39 +00:00
{
"manifest": {
"name": "Example Plugin",
"author": "John Doe",
"version": "0.0.1",
"support": "",
"requests": {
"ui_target": "plugin_control_list",
2023-10-11 03:33:28 +00:00
"pass_events": "true",
2022-09-05 23:01:39 +00:00
"bind_keys": ["Example Plugin||send_message:<Control>f"]
}
}
}