Configure
Configure your code to run on the Root platform.
📄️ Manifest overview
Your manifest file defines how your code integrates with the Root platform. Your manifest includes your metadata, deployment instructions, community-configurable settings, and permissions. Root reads the manifest, validates it, and uses it to determine how to package and run your code.
📄️ Id
Unique identifier obtained from the Root Developer Portal.
📄️ Version
Semantic version string (e.g., MAJOR.MINOR.PATCH). Your version number must be unique for each release; that is, you cannot republish a new package with a previously-used version number.
📄️ Package
Deployment and startup configuration for your App's client and server code.
📄️ Settings
Configurable global settings. They're declared in your manifest and set by community members with the Manage Apps permission during and after installation.
📄️ Permissions
Permissions control which parts of the Root Community API your code is able to use.