mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
tweak plugin settings (#9522)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
{
|
||||
"ID":"F737A9223560B3C6833B5FFB8CDF78E5",
|
||||
"ActionKeywords": [ "*", "<"],
|
||||
"Name":"Window Walker",
|
||||
"Description":"Alt-Tab alternative enabling searching through your windows.",
|
||||
"Author":"betadele",
|
||||
"Version":"1.0.0",
|
||||
"Language":"csharp",
|
||||
"Website":"https://www.windowwalker.com/",
|
||||
"ExecuteFileName":"Microsoft.Plugin.WindowWalker.dll",
|
||||
"IcoPath":"Images\\windowwalker.dark.png"
|
||||
"ID": "F737A9223560B3C6833B5FFB8CDF78E5",
|
||||
"ActionKeyword": "<",
|
||||
"IsGlobal": true,
|
||||
"Name": "Window Walker",
|
||||
"Description": "Alt-Tab alternative enabling searching through your windows.",
|
||||
"Author": "betadele",
|
||||
"Version": "1.0.0",
|
||||
"Language": "csharp",
|
||||
"Website": "https://www.windowwalker.com/",
|
||||
"ExecuteFileName": "Microsoft.Plugin.WindowWalker.dll",
|
||||
"IcoPathDark": "Images\\windowwalker.dark.png",
|
||||
"IcoPathLight": "Images\\windowwalker.light.png"
|
||||
}
|
||||
Reference in New Issue
Block a user