SolarFM/plugins/py_run/manifest.json

14 lines
322 B
JSON
Raw Permalink Normal View History

2023-04-29 14:44:22 +00:00
{
"manifest": {
"name": "PyRun",
"author": "ITDominator",
"version": "0.0.1",
"support": "",
"requests": {
"ui_target": "plugin_control_list",
"pass_fm_events": "true",
"bind_keys": ["PyRun||send_message:<Shift><Control>r"]
}
}
}