{ "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__" } ] }