From 0c8e3515fe1042150917f0626a3502e2a635f56a Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Date: Tue, 24 Mar 2020 16:18:26 -0700 Subject: [PATCH] readding 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 0000000000..741c57ddcc --- /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" +}