"core.broadcast":["message","Broadcast a message to every other instance of the same app. Messages will be received through the \"onMessage\" event."],
"core.getService":["name","Get a reference to a long-running service process identified by name. A process will be started if it is not already running. Useful for coordinating between client processes."],
"core.getPackages":["","Get a list of all available applications."],
"core.getUser":["","Gets information about the current user."],
"core.getUsers":["packageOwner, packageName","Get a list of all online users, restricted to a package if specified."],
"core.register":["eventName, handlerFunction","Register a callback function for the given event."],
{command:"exit",value:"get out of here"}=>Createalinkthatwhenclickedwillactasiftheusertypedthegivencommand.`],
"terminal.clear":["","Remove all terminal output."],
"terminal.readLine":["","Produces the next line of text from user input."],
"terminal.setEcho":["echo","Controls whether the terminal will automatically echo user input (default=true)."],
"terminal.setTitle":["title","Sets the browser window/tab title."],
"terminal.setPrompt":["prompt","Sets the terminal prompt (default \">\")."],
"terminal.setPassword":["enabled","Controls whether the terminal input box is set as a password input and obscures the entered text."],
"terminal.setHash":["hash","Sets the URL #hash, typically so that the user can copy / bookmark it and return to a similar state."],
"terminal.postMessageToIframe":["name, message","Sends the message to the iframe that was created with the given name using window.postMessage."],
"terminal.notify":["body, {title, icon}",["Produces an ",{href:"https://developer.mozilla.org/en-US/docs/Web/API/notification",value:"HTML5 Notification"},". Arguments are the same as the Notification constructor."]],