Flow.Launcher/Plugins/Flow.Launcher.Plugin.Shell/plugin.json

13 lines
410 B
JSON
Raw Normal View History

{
"ID": "D409510CD0D2481F853690A07E6DC426",
"ActionKeyword": ">",
"Name": "Shell",
"Description": "Provide executing commands from Flow Launcher. Commands should start with >",
"Author": "qianlifeng",
2020-11-15 19:49:08 +00:00
"Version": "1.1.1",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.Shell.dll",
"IcoPath": "Images\\shell.png"
}