Last active
October 4, 2022 19:23
-
-
Save marcprux/3c8ca22eada1e66ba8fb986184970c37 to your computer and use it in GitHub Desktop.
JackScript plug-in for World Fair.app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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