From 9e9820bce9168d6aad2d46141a285911919e38aa Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 19 Jul 2021 17:16:48 +0800 Subject: [PATCH] fix JsonFormat --- plugin.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 478a5d38b..0c3fcdbad 100644 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,12 @@ { "ID": "5043CECEE6A748679CBE02D27D83747A", "ActionKeyword": "$", - "IsGlobal": false, + "Description": "Windows Settings Query Functionality", "Name": "Windows Settings", "Author": "TobiasSekan", "Version": "1.0.0", "Language": "csharp", "Website": "https://aka.ms/powertoys", "ExecuteFileName": "Microsoft.PowerToys.Run.Plugin.WindowsSettings.dll", - "IcoPathDark": "Images\\WindowsSettings.dark.png", "IcoPathLight": "Images\\WindowsSettings.light.png" }