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