Reference

References of parts of the Scratch Addons extension.


Section Pages

  • Addon API

    The `addon.*` API allows JavaScript addon code to obtain Scratch-related information (for example, get the current logged in user) and also use extension APIs (like sending notifications).

  • Addon Manifest

    In order to tell the addon loader how the addon plans to work, addons use a standard addon.json file located at the root of the addon's folder.

  • Design