mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
tweak plugin settings (#9522)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
{
|
||||
"ID":"791FC278BA414111B8D1886DFE447410",
|
||||
"ActionKeywords": [ "*", "."],
|
||||
"Name":"Program",
|
||||
"Description":"Search for programs",
|
||||
"Author":"qianlifeng",
|
||||
"Version":"1.0.0",
|
||||
"Language":"csharp",
|
||||
"Website":"https://aka.ms/PowerToys",
|
||||
"ExecuteFileName":"Microsoft.Plugin.Program.dll",
|
||||
"IcoPath":"Images\\app.dark.png"
|
||||
"ID": "791FC278BA414111B8D1886DFE447410",
|
||||
"ActionKeyword": ".",
|
||||
"IsGlobal": true,
|
||||
"Name": "Program",
|
||||
"Description": "Search for programs",
|
||||
"Author": "qianlifeng",
|
||||
"Version": "1.0.0",
|
||||
"Language": "csharp",
|
||||
"Website": "https://aka.ms/PowerToys",
|
||||
"ExecuteFileName": "Microsoft.Plugin.Program.dll",
|
||||
"IcoPathDark": "Images\\app.dark.png",
|
||||
"IcoPathLight": "Images\\app.light.png"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user