mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
11 lines
268 B
JSON
11 lines
268 B
JSON
|
|
{
|
||
|
|
"id": "__PLUGIN_ID__",
|
||
|
|
"name": "__PLUGIN_NAME__",
|
||
|
|
"description": "__PLUGIN_DESCRIPTION__",
|
||
|
|
"author": "__PLUGIN_AUTHOR__",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"apiVersion": "4.0.0",
|
||
|
|
"entranceAssembly": "LanMountainDesktop.PluginTemplate.dll",
|
||
|
|
"sharedContracts": []
|
||
|
|
}
|