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

13 lines
486 B
JSON
Raw Permalink Normal View History

{
"ID": "CEA0FDFC6D3B4085823D60DC76F28855",
"ActionKeyword": "*",
"Name": "Calculator",
2025-09-14 04:39:11 +00:00
"Description": "Perform mathematical calculations, including hex values and advanced functions such as 'min(1,2,3)', 'sqrt(123)' and 'cos(123)'.",
"Author": "cxfksword, dcog989",
2025-07-23 16:56:58 +00:00
"Version": "1.0.0",
"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"
}