WIP new structure

This commit is contained in:
2023-03-27 21:21:28 -05:00
parent df98e21e3c
commit 3e014b1c6d
65 changed files with 1570 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"manifest": {
"name": "Example Plugin",
"author": "John Doe",
"version": "0.0.1",
"support": "",
"requests": {
"ui_target": "plugin_control_list",
"pass_fm_events": "true",
"bind_keys": ["Example Plugin||send_message:<Control>f"]
}
}
}