mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-19 19:53:25 +08:00
28 lines
559 B
JSON
28 lines
559 B
JSON
{
|
|
"id": "__AIRAPP_ID__",
|
|
"name": "__AIRAPP_NAME__",
|
|
"description": "__AIRAPP_DESCRIPTION__",
|
|
"author": "__AIRAPP_AUTHOR__",
|
|
"version": "1.0.0",
|
|
"apiVersion": "1.0.0",
|
|
"entranceAssembly": "LanMountainDesktop.AirAppTemplate.dll",
|
|
"sharedContracts": [],
|
|
"runtime": {
|
|
"mode": "in-process"
|
|
},
|
|
"components": [
|
|
{
|
|
"id": "__COMPONENT_ID__",
|
|
"name": "__COMPONENT_NAME__",
|
|
"defaultWidth": 2,
|
|
"defaultHeight": 2
|
|
}
|
|
],
|
|
"windows": [
|
|
{
|
|
"id": "__WINDOW_ID__",
|
|
"name": "__WINDOW_NAME__"
|
|
}
|
|
]
|
|
}
|