mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
tweak plugin settings (#9522)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user