mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Change plugin config file format (from ini to json)
This commit is contained in:
11
Plugins/Wox.Plugin.DouBan/plugin.json
Normal file
11
Plugins/Wox.Plugin.DouBan/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ID":"D2D2C23B084D411DB66FE0C79D6C2A6D",
|
||||
"ActionKeyword":"movie",
|
||||
"Name":"Wox.Plugin.Douban.Movie",
|
||||
"Description":"search douban movies",
|
||||
"Author":"qianlifeng",
|
||||
"Version":"1.0",
|
||||
"Language":"python",
|
||||
"Website":"http://www.getwox.com",
|
||||
"ExecuteFileName":"main.py"
|
||||
}
|
||||
Reference in New Issue
Block a user