From 248a689de2aa163d733dcb31b868fe5115d18d72 Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Date: Tue, 17 Mar 2020 06:01:05 +0530 Subject: [PATCH] Added the plugin.json file --- .../launcher/Plugins/Wox.Plugin.Indexer/plugin.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/modules/launcher/Plugins/Wox.Plugin.Indexer/plugin.json diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/plugin.json b/src/modules/launcher/Plugins/Wox.Plugin.Indexer/plugin.json new file mode 100644 index 000000000..741c57ddc --- /dev/null +++ b/src/modules/launcher/Plugins/Wox.Plugin.Indexer/plugin.json @@ -0,0 +1,12 @@ +{ + "ID": "2140FC9819AD43A3A616E2735815C27C", + "ActionKeyword": "*", + "Name": "Windows Indexer", + "Description": "Search for files and folders", + "Author": "??", + "Version": "1.0.0", + "Language": "csharp", + "Website": "http://www.wox.one/plugin", + "ExecuteFileName": "Wox.Plugin.Indexer.dll", + "IcoPath": "Images\\WindowsIndexerImg.bmp" +}