Files
PowerToys/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/plugin.json

14 lines
380 B
JSON
Raw Normal View History

2021-01-20 19:15:45 +01:00
{
"ID": "303417D927BF4C97BCFFC78A123BE0C8",
"ActionKeyword": ":",
2021-02-10 15:12:42 +02:00
"IsGlobal": false,
2021-01-20 19:15:45 +01:00
"Name": "Registry",
"Author": "TobiasSekan",
"Version": "1.0.0",
"Language": "csharp",
"Website": "https://aka.ms/PowerToys",
2021-01-20 19:15:45 +01:00
"ExecuteFileName": "Microsoft.PowerToys.Run.Plugin.Registry.dll",
2021-02-10 15:12:42 +02:00
"IcoPathDark": "Images\\reg.dark.png",
"IcoPathLight": "Images\\reg.light.png"
2021-01-20 19:15:45 +01:00
}