Skip to content

The plugin.json File

The plugin.json file contains the metadata of the plugin. It is a JSON file that contains the following fields:

name

The name of the plugin.

package

The package name of the plugin. It should be unique and in reverse domain format. Example: com.mydomain.myplugin.

description

The description of the plugin.

version

The version of the plugin. It should follow the Semantic Versioning format. Example: 1.0.0

sdk

The minimum sdk version that the plugin supports. The supported SDK versions are available in flarehotspot/sdk repository.