This repository contains the NetsBlox Extensions to be hosted on https://extensions.netsblox.org, allowing NetsBlox to recognize them as first-party extensions.
View currently published extensions at https://extensions.netsblox.org/
To make a new extension, simply create a new directory in extensions/
. This should contain the following files:
index.js
: JS code for the actual extensionextension.json
: Description of the extension
You can copy from an existing extension to see the required format for these files.