Skip to content

Instantly share code, notes, and snippets.

@marcprux
Last active October 4, 2022 19:23
Show Gist options
  • Save marcprux/3c8ca22eada1e66ba8fb986184970c37 to your computer and use it in GitHub Desktop.
Save marcprux/3c8ca22eada1e66ba8fb986184970c37 to your computer and use it in GitHub Desktop.
JackScript plug-in for World Fair.app
{
"appid": "app.World-Fair",
"name": "Simple World Fair JackScript",
"description": "This is an example JackScript plug-in for the World Fair app.",
"requires": {
"ui": [0, 0, 1],
"console": [0, 0, 1]
}
}
console.log("Running JackScript Plug-In…");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment