tweak plugin settings (#9522)

This commit is contained in:
Mykhailo Pylyp
2021-02-10 15:12:42 +02:00
committed by GitHub
parent ec6b9acad9
commit d92ff6d45d
24 changed files with 240 additions and 398 deletions

View File

@@ -1,6 +1,7 @@
{
"ID": "2140FC9819AD43A3A616E2735815C27C",
"ActionKeywords": [ "*", "?" ],
"ActionKeyword": "?",
"IsGlobal": true,
"Name": "Windows Indexer",
"Description": "Search for files and folders",
"Author": "Microsoft",
@@ -8,5 +9,6 @@
"Language": "csharp",
"Website": "https://aka.ms/PowerToys",
"ExecuteFileName": "Microsoft.Plugin.Indexer.dll",
"IcoPath": "Images\\indexer.dark.png"
"IcoPathDark": "Images\\indexer.dark.png",
"IcoPathLight": "Images\\indexer.light.png"
}