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": "03276A39D4E9417C8FFD200B0EE5E871",
|
||||
"ActionKeywords": [ "*", "//" ],
|
||||
"ActionKeyword": "//",
|
||||
"IsGlobal": true,
|
||||
"Name": "Windows Uri Handler",
|
||||
"Description": "Handles urls",
|
||||
"Author": "Microsoft",
|
||||
@@ -8,5 +9,6 @@
|
||||
"Language": "csharp",
|
||||
"Website": "http://aka.ms/PowerToys",
|
||||
"ExecuteFileName": "Microsoft.Plugin.Uri.dll",
|
||||
"IcoPath": "Images\\uri.dark.png"
|
||||
"IcoPathDark": "Images\\uri.dark.png",
|
||||
"IcoPathLight": "Images\\uri.light.png"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user