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

13 lines
399 B
JSON
Raw Normal View History

{
"ID":"D409510CD0D2481F853690A07E6DC426",
"ActionKeyword":">",
"Name":"Shell",
2020-04-22 10:26:09 +00:00
"Description":"Provide executing commands from Flow Launcher. Commands should start with >",
"Author":"qianlifeng",
"Version":"1.0.0",
"Language":"csharp",
2018-02-24 18:18:35 +00:00
"Website":"http://www.wox.one/plugin",
2020-04-21 09:12:17 +00:00
"ExecuteFileName":"Flow.Launcher.Plugin.Shell.dll",
2016-05-19 22:44:08 +00:00
"IcoPath":"Images\\shell.png"
}