Flow.Launcher/Plugins/HelloWorldFSharp/plugin.json

12 lines
354 B
JSON
Raw Normal View History

2020-04-30 08:37:15 +00:00
{
2020-05-01 10:10:51 +00:00
"ID": "8FF5D5C1F8194958A12E8668FB7ECC04",
"ActionKeyword": "hf",
"Name": "Hello World FSharp",
"Description": "Hello World FSharp",
"Author": "Ioannis G.",
"Version": "1.0.0",
"Language": "fsharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "HelloWorldFSharp.dll",
2020-05-01 14:25:43 +00:00
"IcoPath": "Images\\app.png"
2020-04-30 08:37:15 +00:00
}