{
    "id": "InstallRuntime",
    "name": "Install Runtime",
    "version": "0.1.0",
    "description": "",
    "icon": {
        "class": "glyphicon glyphicon-cog",
        "src": ""
    },
    "disableServerSideExecution": false,
    "disableBrowserSideExecution": true,
    "writeAccessRequired": true,
    "configWidget": "plugin/RunExperiment/InstallRuntime/configWidget",
    "configStructure": [
	    {
	        "name": "forceIsolation",
	        "displayName": "Force Isolation.",
	        "description": "If true, enforces that the compilation must run on hosts which are not currently running other ROSMOD/ROSCore/catkin processes.",
	        "value": true,
	        "valueType": "boolean",
	        "readOnly": false
	    }
    ]
}
