Initial commit

This commit is contained in:
2023-03-23 02:38:04 +00:00
commit 0f1b0a9b94
57 changed files with 2155 additions and 0 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"]
}
}
}