{
  "name": "Cloud Installer",
  "description": "Installs uProxy in the cloud, via SSH.",
  "app": {
    "script": [
      "freedom-module.static.js"
    ]
  },
  "provides": [ "cloudinstall" ],
  "default": "cloudinstall",
  "api": {
    "cloudinstall": {
      "install": {
        "type": "method",
        "value": ["string", "number", "string", "string"],
        "ret": "object"
      },
      "err": {
        "message": "string"
      },
      "progress": {
        "type": "event",
        "value": "number"
      },
      "status": {
        "type": "event",
        "value": "string"
      }
    }
  },
  "permissions": [
    "core.tcpsocket"
  ]
}
