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

20 lines
493 B
JSON
Raw Permalink Normal View History

{
"ID": "572be03c74c642baae319fc283e561a8",
2020-07-14 19:50:48 +00:00
"ActionKeywords": [
"*",
"doc:",
"*",
"*",
"*"
2020-07-14 19:50:48 +00:00
],
2025-02-28 01:25:20 +00:00
"HideActionKeywordPanel": true,
"Name": "Explorer",
2022-12-27 06:34:55 +00:00
"Description": "Find and manage files and folders via Windows Search or Everything",
"Author": "Jeremy Wu",
"Version": "1.0.0",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.Explorer.dll",
"IcoPath": "Images\\explorer.png"
}