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

12 lines
410 B
JSON
Raw Permalink Normal View History

{
"ID": "CEA0FDFC6D3B4085823D60DC76F28855",
"ActionKeyword": "*",
"Name": "Calculator",
2020-04-23 08:23:58 +00:00
"Description": "Provide mathematical calculations.(Try 5*3-2 in Flow Launcher)",
"Author": "cxfksword",
2024-05-25 06:03:14 +00:00
"Version": "3.1.1",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
2024-05-25 06:35:14 +00:00
"ExecuteFileName": "Flow.Launcher.Plugin.Calculator.dll",
"IcoPath": "Images\\calculator.png"
}